diff --git a/.travis.yml b/.travis.yml index c55613cc..e7765582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,15 +16,15 @@ matrix: env: TOX_ENV=pypy - python: 3.4 env: TOX_ENV=py34 -# An issue in travis-ci prevents this case from running -# Link to issue: https://github.com/travis-ci/travis-ci/issues/6304 -# - python: pypy3.3-5.2-alpha1 -# env: TOX_ENV=pypy3 - - python: 3.4 + - python: 3.5 + env: TOX_ENV=py35 + - python: 3.6 + env: TOX_ENV=py36 + - python: 3.6 env: TOX_ENV=docs - - python: 3.4 + - python: 3.6 env: TOX_ENV=flake8 - - python: 3.4 + - python: 3.6 env: TOX_ENV=coverage install: diff --git a/dev-requirements.txt b/dev-requirements.txt index 7d75102e..bc7b4c87 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -requests +requests>=2.17.0 nose mock -pandas +pandas==0.20.1 Sphinx==1.5.5 sphinx_rtd_theme wheel diff --git a/setup.py b/setup.py index 14b0d943..7e66a779 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,8 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ), diff --git a/tox.ini b/tox.ini index 15060e37..d9409903 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,12 @@ [tox] -envlist = py27, py34, pypy, pypy3, flake8, coverage, docs +envlist = py27, py34, py35, py36, pypy, pypy3, flake8, coverage, docs [testenv] passenv = INFLUXDB_PYTHON_INFLUXD_PATH setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - py27,py34: pandas + py27,py34,py35,py36: pandas==0.20.1 # Only install pandas with non-pypy interpreters commands = nosetests -v --with-doctest {posargs} @@ -25,7 +25,7 @@ commands = nosetests -v --with-coverage --cover-html --cover-package=influxdb [testenv:docs] deps = -r{toxinidir}/requirements.txt - pandas + pandas==0.20.1 Sphinx==1.5.5 sphinx_rtd_theme commands = sphinx-build -b html docs/source docs/build pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy