Skip to content

Commit

Permalink
Add python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 4, 2015
1 parent b0cfcdc commit 440ad68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: python
python: "2.7"
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: pip install --use-mirrors .
script: python setup.py test

0 comments on commit 440ad68

Please sign in to comment.