File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False
7
7
deps = -r{toxinidir}/requirements.txt
8
8
-r{toxinidir}/test-requirements.txt
9
9
py27,py34,py35,py36: pandas ==0.20.1
10
+ py27,py34,py35,py36: numpy ==1.13.3
10
11
# Only install pandas with non-pypy interpreters
11
12
commands = nosetests -v --with-doctest {posargs}
12
13
@@ -25,11 +26,13 @@ deps = -r{toxinidir}/requirements.txt
25
26
-r{toxinidir}/test-requirements.txt
26
27
pandas
27
28
coverage
29
+ numpy ==1.13.3
28
30
commands = nosetests -v --with-coverage --cover-html --cover-package =influxdb
29
31
30
32
[testenv:docs]
31
33
deps = -r{toxinidir}/requirements.txt
32
34
pandas ==0.20.1
35
+ numpy ==1.13.3
33
36
Sphinx ==1.5.5
34
37
sphinx_rtd_theme
35
38
commands = sphinx-build -b html docs/source docs/build
You can’t perform that action at this time.
0 commit comments