Commit 3af8133 1 parent 26f6ed3 commit 3af8133 Copy full SHA for 3af8133
File tree 1 file changed +7
-24
lines changed
1 file changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,9 @@ dist: xenial
3
3
4
4
matrix :
5
5
include :
6
- - python : 2.7
7
- env :
8
- - TOX_ENV=py26
9
6
- python : 2.7
10
7
env :
11
8
- 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
28
9
- python : 3.5
29
10
env :
30
11
- TOX_ENV=py35
@@ -41,20 +22,20 @@ matrix:
41
22
sudo : yes
42
23
env :
43
24
- TOX_ENV=py37
44
- - python : 3.8-dev
25
+ - python : 3.8
45
26
sudo : yes
46
27
env :
47
28
- TOX_ENV=py38
48
29
- os : osx
49
30
language : generic
50
- python : 3.6
31
+ python : 3.7
51
32
env :
52
- - TOX_ENV=py36
33
+ - TOX_ENV=py37
53
34
- os : windows
54
35
language : sh
55
36
python : 3.7
56
37
before_install :
57
- - choco install python3
38
+ - choco install python --version=3.7.5
58
39
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
59
40
- python -m pip install --upgrade pip wheel
60
41
env :
@@ -67,7 +48,9 @@ before_install:
67
48
- export EASY_SETUP_URL='http://peak.telecommunity.com/dist/ez_setup.py'
68
49
69
50
install :
70
- - pip install --upgrade tox coveralls
51
+ - pip install --upgrade pip tox coveralls
52
+ - python --version
53
+ - pip --version
71
54
72
55
script :
73
56
- tox -e $TOX_ENV
You can’t perform that action at this time.
0 commit comments