veekun_pokedex/.travis.yml

17 lines
222 B
YAML
Raw Normal View History

os: linux
language: python
python:
- "2.7"
- "3.4"
- "3.5"
2019-11-15 22:35:12 -08:00
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install: pip install -e .
before_script: pokedex setup -v
2018-08-22 21:42:05 -07:00
script:
- py.test
- pokedex dump