Skip to content

Commit

Permalink
Remove pypy for now, enable python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Dec 2, 2015
1 parent 6982d2a commit aaf7d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
sudo: false
python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "pypy"
#- "pypy" # travis builder issues?
branches:
only:
- develop
Expand Down

0 comments on commit aaf7d10

Please sign in to comment.