File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 11dist : trusty
2- sudo : false
2+ sudo : true
33
44language : python
5+ python :
6+ - 2.7
7+ - 3.6
58
69install :
710 - pip install tox
811 - pip install coveralls
912 # - pip install python-coveralls
1013
11- script :
12- - tox
13-
1414env :
15- - TOXENV=django17-py27
16- - TOXENV=django17-py33
17- - TOXENV=django18-py27
18- - TOXENV=django18-py34
19- - TOXENV=django19-py27
20- - TOXENV=django19-py35
21- - TOXENV=django110-py27
22- - TOXENV=django110-py35
23- - TOXENV=django111-py27
24- - TOXENV=django111-py36
25- - TOXENV=django20-py36
15+ - DJANGO=django18
16+ - DJANGO=django19
17+ - DJANGO=django110
18+ - DJANGO=django111
19+ # - DJANGO=django20
20+
21+ # Workaround for Travis issues with unknown python interpreters
22+ matrix :
23+ exclude :
24+ - python : 2.7
25+ env : DJANGO=django20
26+
27+ script :
28+ - tox -e $DJANGO-py${TRAVIS_PYTHON_VERSION//[.]/}
2629
2730after_success :
2831 - coveralls
You can’t perform that action at this time.
0 commit comments