Skip to content

Commit 74ad89e

Browse files
committed
Refactor tox.ini to test with sklearn 0.17 and 0.18
1 parent edfbe94 commit 74ad89e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[tox]
2-
envlist = py27, py34
2+
envlist = {py27,py35}-sklearn{17,18}
33

44
[testenv]
55
deps =
6-
pip==7.0.1
7-
pytest==2.7.1
6+
pytest==3.0.5
87
setuptools==16.0
98
wheel==0.24.0
109
flake8==2.4.1
10+
numpy==1.11.3
11+
scipy==0.18.1
12+
pandas==0.19.2
13+
sklearn17: scikit-learn==0.17.1
14+
sklearn18: scikit-learn==0.18.1
1115
py27: mock==1.3.0
1216

1317
commands =
14-
pip install numpy --no-index
15-
pip install scipy --no-index
16-
pip install pandas --no-index
17-
pip install scikit-learn --no-index
1818
flake8 tests
1919
py.test

0 commit comments

Comments
 (0)