Skip to content

Commit a26b39f

Browse files
authored
specify the numpy dependency explicitly to prevent regression in test (influxdata#563)
suite
1 parent 35732cd commit a26b39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False
77
deps = -r{toxinidir}/requirements.txt
88
-r{toxinidir}/test-requirements.txt
99
py27,py34,py35,py36: pandas==0.20.1
10+
py27,py34,py35,py36: numpy==1.13.3
1011
# Only install pandas with non-pypy interpreters
1112
commands = nosetests -v --with-doctest {posargs}
1213

@@ -25,11 +26,13 @@ deps = -r{toxinidir}/requirements.txt
2526
-r{toxinidir}/test-requirements.txt
2627
pandas
2728
coverage
29+
numpy==1.13.3
2830
commands = nosetests -v --with-coverage --cover-html --cover-package=influxdb
2931

3032
[testenv:docs]
3133
deps = -r{toxinidir}/requirements.txt
3234
pandas==0.20.1
35+
numpy==1.13.3
3336
Sphinx==1.5.5
3437
sphinx_rtd_theme
3538
commands = sphinx-build -b html docs/source docs/build

0 commit comments

Comments
 (0)