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 1
1
dist : trusty
2
- sudo : false
2
+ sudo : true
3
3
4
4
language : python
5
+ python :
6
+ - 2.7
7
+ - 3.6
5
8
6
9
install :
7
10
- pip install tox
8
11
- pip install coveralls
9
12
# - pip install python-coveralls
10
13
11
- script :
12
- - tox
13
-
14
14
env :
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//[.]/}
26
29
27
30
after_success :
28
31
- coveralls
You can’t perform that action at this time.
0 commit comments