We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbe94 commit 74ad89eCopy full SHA for 74ad89e
tox.ini
@@ -1,19 +1,19 @@
1
[tox]
2
-envlist = py27, py34
+envlist = {py27,py35}-sklearn{17,18}
3
4
[testenv]
5
deps =
6
- pip==7.0.1
7
- pytest==2.7.1
+ pytest==3.0.5
8
setuptools==16.0
9
wheel==0.24.0
10
flake8==2.4.1
+ 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
15
py27: mock==1.3.0
16
17
commands =
- pip install numpy --no-index
- pip install scipy --no-index
- pip install pandas --no-index
- pip install scikit-learn --no-index
18
flake8 tests
19
py.test
0 commit comments