mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Travis: Disable Python 3.4
This commit is contained in:
parent
ce8f95f373
commit
7cd47d0b01
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue