Skip to content

Commit

Permalink
Get travis to run tests on Python 3 as well as 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Dec 22, 2017
1 parent ded9e00 commit 5e2e16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
- "3.6"

install:
- pip install -r requirements.txt
- pip install coveralls # for coverage
Expand Down

0 comments on commit 5e2e16e

Please sign in to comment.