8000 Remove support for Python3.4 · krzysbaranski/influxdb-python@8b6d718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b6d718

Browse files
authored
Remove support for Python3.4
1 parent 4e8f849 commit 8b6d718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, pypy, pypy3, flake8, pep257, coverage, docs
2+
envlist = py27, py35, py36, pypy, pypy3, flake8, pep257, coverage, docs
33

44
[testenv]
55
passenv = INFLUXDB_PYTHON_INFLUXD_PATH
66
setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False
77
deps = -r{toxinidir}/requirements.txt
88
-r{toxinidir}/test-requirements.txt
9-
py27,py34,py35,py36: pandas==0.23.1
10-
py27,py34,py35,py36: numpy==1.14.5
9+
py27,py35,py36: pandas==0.23.1
10+
py27,py35,py36: numpy==1.14.5
1111
# Only install pandas with non-pypy interpreters
1212
commands = nosetests -v --with-doctest {posargs}
1313

0 commit comments

Comments
 (0)
0