mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
9 lines
117 B
YAML
9 lines
117 B
YAML
|
python:
|
||
|
- "2.7"
|
||
|
- "3.4"
|
||
|
- "pypy"
|
||
|
|
||
|
install: pip install .
|
||
|
before_script: pokedex setup -v
|
||
|
script: py.test
|