Travis: Disable Python 3.4

This commit is contained in:
Andrew Ekstedt 2015-05-23 18:29:24 -07:00
parent ce8f95f373
commit 7cd47d0b01
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
- "pypy"
# Someday..
#- "3.4"
install: pip install -e .
before_script: pokedex setup -v
script: py.test