File tree 2 files changed +3
-32
lines changed 2 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 10
10
name : Linux
11
11
vmImage : ubuntu-16.04
12
12
13
- # Windows Python 2.7 needs VC 9.0 installed, handled in the template
14
13
- template : ci/azure/windows.yml
15
14
parameters :
16
15
name : Windows
Original file line number Diff line number Diff line change 4
4
# and then run "tox" from this directory.
5
5
6
6
[tox]
7
- envlist = py27, py35, py36
7
+ envlist = py35, py36, py37
8
8
9
9
[testenv]
10
10
deps =
11
11
cython
12
12
nose
13
13
pytest
14
- pytz>=2011k
14
+ pytz>=2015.4
15
15
python-dateutil
16
16
beautifulsoup4
17
17
lxml
@@ -43,40 +43,12 @@ commands =
43
43
# tox should provide a preinstall-commands hook.
44
44
pip uninstall pandas -qy
45
45
46
- [testenv:py27]
47
- deps =
48
- numpy ==1.8.1
49
- boto
50
- bigquery
51
- {[testenv]deps}
52
-
53
46
[testenv:py35]
54
47
deps =
55
- numpy ==1.10 .0
48
+ numpy ==1.12 .0
56
49
{[testenv]deps}
57
50
58
51
[testenv:py36]
59
52
deps =
60
53
numpy
61
54
{[testenv]deps}
62
-
63
- [testenv:openpyxl1]
64
- usedevelop = True
65
- deps =
66
- {[testenv]deps}
67
- openpyxl<2.0.0
68
- commands = {envbindir}/pytest {toxinidir}/pandas/io/tests/test_excel.py
69
-
70
- [testenv:openpyxl20]
71
- usedevelop = True
72
- deps =
73
- {[testenv]deps}
74
- openpyxl<2.2.0
75
- commands = {envbindir}/pytest {posargs} {toxinidir}/pandas/io/tests/test_excel.py
76
-
77
- [testenv:openpyxl22]
78
- usedevelop = True
79
- deps =
80
- {[testenv]deps}
81
- openpyxl>=2.2.0
82
- commands = {envbindir}/pytest {posargs} {toxinidir}/pandas/io/tests/test_excel.py
You can’t perform that action at this time.
0 commit comments