Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Specify Python versions for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiedlarek committed Sep 21, 2015
1 parent cbeed5d commit 76f6c68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- pip install tox coveralls
script:
Expand Down

0 comments on commit 76f6c68

Please sign in to comment.