Miguel Grinberg
6 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
2 changed files with
8 additions and
5 deletions
-
.travis.yml
-
tox.ini
|
|
@ -1,7 +1,8 @@ |
|
|
|
dist: xenial |
|
|
|
language: python |
|
|
|
matrix: |
|
|
|
include: |
|
|
|
- python: 3.6 |
|
|
|
- python: 3.7 |
|
|
|
env: TOXENV=flake8 |
|
|
|
- python: 2.7 |
|
|
|
env: TOXENV=py27 |
|
|
@ -9,11 +10,13 @@ matrix: |
|
|
|
env: TOXENV=py35 |
|
|
|
- python: 3.6 |
|
|
|
env: TOXENV=py36 |
|
|
|
- python: 3.7 |
|
|
|
env: TOXENV=py37 |
|
|
|
- python: pypy |
|
|
|
env: TOXENV=pypy |
|
|
|
- python: pypy3 |
|
|
|
env: TOXENV=pypy3 |
|
|
|
- python: 3.6 |
|
|
|
- python: 3.7 |
|
|
|
env: TOXENV=docs |
|
|
|
install: |
|
|
|
- pip install tox |
|
|
|
|
|
@ -11,15 +11,15 @@ deps= |
|
|
|
coverage |
|
|
|
mock |
|
|
|
basepython = |
|
|
|
flake8: python3.5 |
|
|
|
flake8: python3.7 |
|
|
|
py27: python2.7 |
|
|
|
py35: python3.5 |
|
|
|
py36: python3.6 |
|
|
|
py37: python3.7 |
|
|
|
pypy: pypy |
|
|
|
pypy3: pypy3 |
|
|
|
docs: python3.6 |
|
|
|
coverage: python3.6 |
|
|
|
docs: python3.7 |
|
|
|
coverage: python3.7 |
|
|
|
|
|
|
|
[testenv:flake8] |
|
|
|
deps= |
|
|
|