veekun_pokedex/.travis.yml
2018-03-30 12:50:05 -07:00

12 lines
193 B
YAML

language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: pip install -e .
before_script: pokedex load -S && pokedex reindex
script: py.test
sudo: false