File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
cache : pip
3
+ dist : xenial
3
4
4
5
sudo : false
5
6
@@ -21,15 +22,15 @@ matrix:
21
22
- { python: "3.6", env: DJANGO=2.1 }
22
23
- { python: "3.6", env: DJANGO=master }
23
24
24
- - { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
25
- - { python: "3.7", env: DJANGO=2.1, dist: xenial, sudo: true }
26
- - { python: "3.7", env: DJANGO=master, dist: xenial, sudo: true }
25
+ - { python: "3.7", env: DJANGO=2.0 }
26
+ - { python: "3.7", env: DJANGO=2.1 }
27
+ - { python: "3.7", env: DJANGO=master }
27
28
28
- - { python: "3.6 ", env: TOXENV=base }
29
+ - { python: "3.7 ", env: TOXENV=base }
29
30
- { python: "2.7", env: TOXENV=lint }
30
31
- { python: "2.7", env: TOXENV=docs }
31
32
32
- - python : " 3.6 "
33
+ - python : " 3.7 "
33
34
env : TOXENV=dist
34
35
script :
35
36
- python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments