veekun_pokedex/.travis.yml
Andrew Ekstedt 1240bc87f7 Travis: Note that this is a Python project.
Could be important.
2015-05-20 23:52:28 -07:00

9 lines
134 B
YAML

language: python
python:
- "2.7"
- "3.4"
- "pypy"
install: pip install .
before_script: pokedex setup -v
script: py.test