Skip to content

Commit

Permalink
Add Python 3.0 back to Travis to test
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroTransactionsMatterToo committed Jun 1, 2017
1 parent 15162f7 commit ed716a6
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
@@ -1,5 +1,6 @@
language: python
python:
- "3.0"
- "3.3"
- "3.4"
- "3.5"
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 = py30, py3, py33, py34, py35, py36, py37
envlist = py30, py33, py34, py35, py36, py37

[testenv]
depends =
Expand Down

0 comments on commit ed716a6

Please sign in to comment.