Skip to content

Commit

Permalink
Merge pull request #5 from pablopalacios/py36
Browse files Browse the repository at this point in the history
project: added support for Python 3.6
  • Loading branch information
otavio committed Jul 3, 2017
2 parents 84ee8a8 + 2107278 commit 6f78c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- 3.4
- 3.5
- 3.6

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35
envlist = py34, py35, py36

[testenv]
deps =
Expand Down

0 comments on commit 6f78c7b

Please sign in to comment.