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
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
|
||||||
- "pypy"
|
- "pypy"
|
||||||
|
|
||||||
|
# Someday..
|
||||||
|
#- "3.4"
|
||||||
|
|
||||||
install: pip install -e .
|
install: pip install -e .
|
||||||
before_script: pokedex setup -v
|
before_script: pokedex setup -v
|
||||||
script: py.test
|
script: py.test
|
||||||
|
|
Loading…
Reference in a new issue