Skip to content

Commit

Permalink
Add Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jtatum committed Apr 19, 2017
1 parent 0bdb9c6 commit 19d1d31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: trusty
sudo: false
language: python
python: 3.5
python: 3.6
cache:
directories:
- $HOME/.cache/pip
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'])
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'])
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35
envlist = py27,py34,py35,py36
[testenv]
deps =
pytest
Expand Down

0 comments on commit 19d1d31

Please sign in to comment.