File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 11language : python
22
33install :
4- - pip install tox coveralls
4+ - pip install tox tox-travis coveralls
55matrix :
66 include :
77 - python : 2.7
8- env :
9- - ENV=docs
10- - python : 2.7
11- env :
12- - ENV=py27-django111
138 - python : 3.5
14- env :
15- - ENV=py35-django111,py35-django20,py35-django21
169 - python : 3.6
17- env :
18- - ENV=py36-django111,py36-django20,py36-django21
1910script :
20- - tox -e $ENV
11+ - tox
2112after_success :
2213 - coveralls
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- docs,
3+ py27- docs,
44 py27-django{111},
55 py35-django{111,20,21},
66 py36-django{111,20,21},
2222commands =
2323 pytest --flake8 --cov =oidc_provider {posargs}
2424
25- [testenv:docs]
26- basepython = python2.7
25+ [testenv:py27-docs]
2726changedir = docs
2827whitelist_externals =
2928 mkdir
You can’t perform that action at this time.
0 commit comments