Oh hey more Python 3 releases are out now

This commit is contained in:
Jeff Forcier 2016-04-27 22:41:43 -07:00
parent 9e8155ef02
commit fd40fc1032

View file

@ -3,7 +3,10 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- pip install -r dev-requirements.txt
script: