File tree Expand file tree Collapse file tree 1 file changed +7
-24
lines changed
Expand file tree Collapse file tree 1 file changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,9 @@ dist: xenial
33
44matrix :
55 include :
6- - python : 2.7
7- env :
8- - TOX_ENV=py26
96 - python : 2.7
107 env :
118 - TOX_ENV=py27
12- - python : 2.7
13- env :
14- - TOX_ENV=pypy2.7
15- - python : 2.7
16- env :
17- - TOX_ENV=py27-numpy
18- - python : 3.6
19- env :
20- - TOX_ENV=py32
21- - python : 3.6
22- env :
23- - TOX_ENV=py33
24- - python : 3.6
25- dist : trusty
26- env :
27- - TOX_ENV=py34
289 - python : 3.5
2910 env :
3011 - TOX_ENV=py35
@@ -41,20 +22,20 @@ matrix:
4122 sudo : yes
4223 env :
4324 - TOX_ENV=py37
44- - python : 3.8-dev
25+ - python : 3.8
4526 sudo : yes
4627 env :
4728 - TOX_ENV=py38
4829 - os : osx
4930 language : generic
50- python : 3.6
31+ python : 3.7
5132 env :
52- - TOX_ENV=py36
33+ - TOX_ENV=py37
5334 - os : windows
5435 language : sh
5536 python : 3.7
5637 before_install :
57- - choco install python3
38+ - choco install python --version=3.7.5
5839 - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
5940 - python -m pip install --upgrade pip wheel
6041 env :
@@ -67,7 +48,9 @@ before_install:
6748 - export EASY_SETUP_URL='http://peak.telecommunity.com/dist/ez_setup.py'
6849
6950install :
70- - pip install --upgrade tox coveralls
51+ - pip install --upgrade pip tox coveralls
52+ - python --version
53+ - pip --version
7154
7255script :
7356 - tox -e $TOX_ENV
You can’t perform that action at this time.
0 commit comments