Skip to content

Commit

Permalink
Enabling PY3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 12, 2017
1 parent 62299cc commit 13a82b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- 2.7
- 3.4
- 3.5
install:
- pip install tox-travis
- pip install coveralls
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 = py27
envlist = py27,py34,py35

[testenv]
deps =
Expand Down

0 comments on commit 13a82b7

Please sign in to comment.