Skip to content

Commit d238936

Browse files
added pandas 0.22 and sklearn 0.19 to tox.
1 parent 340ed33 commit d238936

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py27,py36}-sklearn{17,18}
2+
envlist = {py27,py36}-sklearn{17,18,19}-pandas{19,22}
33

44
[testenv]
55
deps =
@@ -9,9 +9,11 @@ deps =
99
flake8==2.4.1
1010
numpy==1.14.3
1111
scipy==0.18.1
12-
pandas==0.19.2
12+
pandas19: pandas==0.19.2
13+
pandas22: pandas==0.22.0
1314
sklearn17: scikit-learn==0.17.1
1415
sklearn18: scikit-learn==0.18.1
16+
sklearn19: scikit-learn==0.19.1
1517
py27: mock==1.3.0
1618

1719
commands =

0 commit comments

Comments
 (0)