Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Python 3 testing
  • Loading branch information
mattrobenolt committed May 10, 2014
1 parent 28284da commit df5a430
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,4 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
script: python setup.py test
- "3.2"
- "3.3"
- "3.4"
- "pypy"
script: python setup.py test

0 comments on commit df5a430

Please sign in to comment.