Skip to content

Commit

Permalink
Updated Travis configuration to use Python 3.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 24, 2016
1 parent 058821f commit 19ee81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:

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

before_install:
- docker run -d -p 127.0.0.1:8086:8086 influxdb
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py35, py36, flake8
[tox:travis]
python =
3.5: py35, flake8, docs
3.6-dev: py36
3.6: py36

[testenv]
extras = testing
Expand Down

0 comments on commit 19ee81d

Please sign in to comment.