Skip to content

Commit

Permalink
Travis CI updates
Browse files Browse the repository at this point in the history
- Add Python 3.4-3.5
- fix an issue with old pip
  • Loading branch information
davidfischer committed Aug 19, 2016
1 parent b05c2ff commit 93428bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: python

python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"

install:
- pip install flake8 'coverage<4' coveralls --use-mirrors
- pip install flake8 'coverage<4' coveralls

script:
- coverage run setup.py test
Expand Down

0 comments on commit 93428bb

Please sign in to comment.