veekun_pokedex/.travis.yml

10 lines
134 B
YAML
Raw Normal View History

language: python
2015-05-21 06:37:50 +00:00
python:
- "2.7"
- "3.4"
- "pypy"
install: pip install .
before_script: pokedex setup -v
script: py.test