Skip to content

Commit

Permalink
travis: Fix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Feb 7, 2018
1 parent d17561a commit e76cacd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: python
python:
- "2"
- "3"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install --use-mirrors .
- pip install --use-mirrors coveralls coverage
- pip install .
- pip install coveralls coverage
script: coverage run --source=pytool setup.py test
after_success: coveralls

0 comments on commit e76cacd

Please sign in to comment.