veekun_pokedex/.travis.yml

9 lines
117 B
YAML
Raw Normal View History

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