File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,6 @@ dist: bionic # most recent base image by default
44language : python
55jobs :
66 include :
7- - name : " Python 2.7 on Bionic"
8- python : 2.7
9- - name : " Python 3.3 on Trusty"
10- python : 3.3
11- dist : trusty # trusty is the last image to officially support py3.3
12- - name : " Python 3.4 on Xenial"
13- python : 3.4
14- dist : xenial # xenial is the last image to officially support py3.4
15- - name : " Python 3.5 on Xenial"
16- python : 3.5
17- dist : xenial # xenial is the last image to officially support py3.5
187 - name : " Python 3.6 on Bionic"
198 python : 3.6
209 - name : " Python 3.7 on Bionic"
3524 directories :
3625 - $HOME/.cache/pip
3726install :
38- # setuptools should be left alone once we drop Python 3.3 support
39- - pip install --upgrade "setuptools<=39.2.0; python_version < '3.9'"
4027 - pip install --upgrade -r requirements.txt -r dev-requirements.txt
4128 - python setup.py develop
4229script :
You can’t perform that action at this time.
0 commit comments