Skip to content

Commit

Permalink
Some more modern python on travis
Browse files Browse the repository at this point in the history
coverage module was breaking in python 3.3
  • Loading branch information
keis committed Jun 13, 2016
1 parent 076b2a6 commit 600969b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install -r test-requirements.txt
Expand Down

0 comments on commit 600969b

Please sign in to comment.