File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 11language : python
2- python : " 2.7"
2+ python :
3+ - " 3.5"
4+
35sudo : false
46
57env :
1820 - TOX_ENV=docs
1921
2022matrix :
21- # Python 3.5 not yet available on travis, watch this to see when it is.
2223 fast_finish : true
23- allow_failures :
24- - env : TOX_ENV=py35-django18
25- - env : TOX_ENV=py35-django19
2624
2725install :
28- - pip install tox
26+ - pip install tox "virtualenv<14"
2927 - pip install coveralls
3028
3129script :
Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ testpaths=oauth2_provider
44
55[tox]
66envlist =
7- {py27}-django{17, 18,19},
8- {py32}-django{17, 18},
9- {py33}-django{17, 18},
10- {py34}-django{17, 18,19},
7+ {py27}-django{18,19},
8+ {py32}-django{18},
9+ {py33}-django{18},
10+ {py34}-django{18,19},
1111 {py35}-django{18,19},
1212 docs,
1313 flake8
1414
1515[testenv]
1616commands =python runtests.py -q --cov oauth2_provider --cov-report = --cov-append
1717deps =
18- django17: Django ==1.7.11
19- django18: Django ==1.8.7
20- django19: Django ==1.9
18+ django18: Django ==1.8.11
19+ django19: Django ==1.9.4
2120 coverage<4
2221 -rrequirements/testing.txt
2322
You can’t perform that action at this time.
0 commit comments