Skip to content

Commit

Permalink
Test with additional python interpreters on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zoni committed Nov 9, 2015
1 parent 6a50dc6 commit 6f8755e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
- "nightly"
install:
- pip install -r requirements/development python-coveralls
script:
Expand Down

0 comments on commit 6f8755e

Please sign in to comment.