8000
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 b3ed5db commit 4e8f849Copy full SHA for 4e8f849
tox.ini
@@ -6,8 +6,8 @@ passenv = INFLUXDB_PYTHON_INFLUXD_PATH
6
setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False
7
deps = -r{toxinidir}/requirements.txt
8
-r{toxinidir}/test-requirements.txt
9
- py27,py34,py35,py36: pandas==0.20.1
10
- py27,py34,py35,py36: numpy==1.13.3
+ py27,py34,py35,py36: pandas==0.23.1
+ py27,py34,py35,py36: numpy==1.14.5
11
# Only install pandas with non-pypy interpreters
12
commands = nosetests -v --with-doctest {posargs}
13
0 commit comments