Skip to content

Commit

Permalink
Run Travis tests on Python 2.7 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka committed Oct 31, 2016
1 parent 00a06af commit d0a6b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,14 +1,14 @@
language: python
python:
- "2.7"
- '3.5'

install:
- pip install tox
- pip install tox-travis
- pip install python-coveralls

script:
- tox

after_success:
- coveralls

0 comments on commit d0a6b0b

Please sign in to comment.