veekun_pokedex/.travis.yml
2015-10-05 08:15:25 -07:00

14 lines
187 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: pip install -e .
before_script: pokedex setup -v
script: py.test
sudo: false