Skip to content

Commit

Permalink
Add testing for more python versions
Browse files Browse the repository at this point in the history
Add testing to Travis CI for more versions of Python, in order to make sure that the library works in several different Python versions.
  • Loading branch information
ExcaliburZero committed Nov 23, 2015
1 parent 6124c12 commit dc064d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install coveralls
Expand Down

0 comments on commit dc064d8

Please sign in to comment.