Add config file for Travis CI.

This commit is contained in:
Andrew Ekstedt 2015-05-20 23:37:50 -07:00
parent 339181032f
commit 0b3c1d7976

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
python:
- "2.7"
- "3.4"
- "pypy"
install: pip install .
before_script: pokedex setup -v
script: py.test