That day is today -- run Travis on Python 3!

This commit is contained in:
Eevee (Alex Munroe) 2015-10-05 08:15:25 -07:00
parent b76b74e7a6
commit 43db6a5337
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
# Someday...
#- "3.4"
- "pypy3"
install: pip install -e .
before_script: pokedex setup -v