File tree 2 files changed +26
-3
lines changed
2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ environment:
16
16
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ run_with_env.cmd"
17
17
18
18
matrix :
19
- - PYTHON : " C:\\ Python35_64 "
20
- PYTHON_VERSION : " 3.5 "
19
+ - PYTHON : " C:\\ Python34_64 "
20
+ PYTHON_VERSION : " 3.4 "
21
21
PYTHON_ARCH : " 64"
22
- CONDA_PY : " 35 "
22
+ CONDA_PY : " 34 "
23
23
CONDA_NPY : " 110"
24
24
25
25
- PYTHON : " C:\\ Python27_64"
@@ -28,6 +28,12 @@ environment:
28
28
CONDA_PY : " 27"
29
29
CONDA_NPY : " 110"
30
30
31
+ - PYTHON : " C:\\ Python35_64"
32
+ PYTHON_VERSION : " 3.5"
33
+ PYTHON_ARCH : " 64"
34
+ CONDA_PY : " 35"
35
+ CONDA_NPY : " 110"
36
+
31
37
# We always use a 64-bit machine, but can build x86 distributions
32
38
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
33
39
platform :
Original file line number Diff line number Diff line change
1
+ python-dateutil
2
+ pytz
3
+ numpy
4
+ openpyxl
5
+ xlsxwriter
6
+ xlrd
7
+ xlwt
8
+ html5lib
9
+ patsy
10
+ beautiful-soup
11
+ scipy
12
+ numexpr
13
+ pytables
14
+ lxml
15
+ sqlalchemy
16
+ bottleneck
17
+ jinja2=2.8
You can’t perform that action at this time.
0 commit comments