Skip to content

Commit

Permalink
Let travis run the test using Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerj authored and ecdsa committed Aug 26, 2017
1 parent f1a8c0b commit 66c9285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,9 +1,11 @@
sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install tox
- pip install tox-travis
script:
- tox
after_success:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py34
envlist = py35, py36

[testenv]
deps=
Expand Down

0 comments on commit 66c9285

Please sign in to comment.