File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- sudo : true
2- dist : xenial
31language : python
42
53matrix :
64 include :
7- - python : " 2.7"
5+ - python : 2.7
86 env : TOXENV=py27
9- - python : " 2.7"
7+ - python : 2.7
108 env : TOXENV=py27-djangolts
11- - python : " 2.7"
9+ - python : 2.7
1210 env : TOXENV=py27-djangocurr
13- - python : " 2.7"
11+ - python : 2.7
1412 env : TOXENV=quality
15- - python : " 3.4"
13+ - python : 3.4
1614 env : TOXENV=py34
17- - python : " 3.5"
15+ - python : 3.5
1816 env : TOXENV=py35
19- - python : " 3.6"
17+ - python : 3.6
2018 env : TOXENV=py36
21- - python : " 3.7-dev"
19+ - python : 3.7-dev
2220 env : TOXENV=py37
23- - python : " pypy2.7-6.0 "
21+ - os : linux
2422 dist : xenial
23+ python : pypy
2524 env : TOXENV=pypy
26- - python : " pypy3.5-6.0 "
25+ - os : linux
2726 dist : xenial
27+ python : pypy3
2828 env : TOXENV=pypy3
2929
3030before_install :
You can’t perform that action at this time.
0 commit comments