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 35732cd commit a26b39fCopy full SHA for a26b39f
tox.ini
@@ -7,6 +7,7 @@ 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
11
# Only install pandas with non-pypy interpreters
12
commands = nosetests -v --with-doctest {posargs}
13
@@ -25,11 +26,13 @@ deps = -r{toxinidir}/requirements.txt
25
26
27
pandas
28
coverage
29
+ numpy==1.13.3
30
commands = nosetests -v --with-coverage --cover-html --cover-package=influxdb
31
32
[testenv:docs]
33
34
pandas==0.20.1
35
36
Sphinx==1.5.5
37
sphinx_rtd_theme
38
commands = sphinx-build -b html docs/source docs/build
0 commit comments