Skip to content

Commit 6ca564b

Browse files
committed
CI: add in 3.4 build
1 parent 5b84e49 commit 6ca564b

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

appveyor.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ environment:
1616
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
1717

1818
matrix:
19-
- PYTHON: "C:\\Python35_64"
20-
PYTHON_VERSION: "3.5"
19+
- PYTHON: "C:\\Python34_64"
20+
PYTHON_VERSION: "3.4"
2121
PYTHON_ARCH: "64"
22-
CONDA_PY: "35"
22+
CONDA_PY: "34"
2323
CONDA_NPY: "110"
2424

2525
- PYTHON: "C:\\Python27_64"
@@ -28,6 +28,12 @@ environment:
2828
CONDA_PY: "27"
2929
CONDA_NPY: "110"
3030

31+
- PYTHON: "C:\\Python35_64"
32+
PYTHON_VERSION: "3.5"
33+
PYTHON_ARCH: "64"
34+
CONDA_PY: "35"
35+
CONDA_NPY: "110"
36+
3137
# We always use a 64-bit machine, but can build x86 distributions
3238
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
3339
platform:

ci/requirements-3.4-64.run

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)