Skip to content

Commit

Permalink
Added tests and classifiers for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 18, 2016
1 parent 6adc1ce commit 9054640
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:

python:
- "3.5"
- "3.6-dev"

before_install:
- docker run -d -p 127.0.0.1:8086:8086 influxdb
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
'Topic :: Database',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
license='Apache License 2.0',
zip_safe=False,
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist = py35,flake8
envlist = py35, py36, flake8

[tox:travis]
3.5 = py35, flake8
3.6-dev = py36

[testenv]
extras = testing
Expand Down

0 comments on commit 9054640

Please sign in to comment.