mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
That day is today -- run Travis on Python 3!
This commit is contained in:
parent
b76b74e7a6
commit
43db6a5337
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue