Travis: Add config file for Travis CI.

https://travis-ci.org/veekun/pokedex
This commit is contained in:
Andrew Ekstedt 2015-05-20 23:37:50 -07:00
parent 02b1968bc5
commit c26ea65c79
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "pypy"
# Someday...
#- "3.4"
install: pip install -e .
before_script: pokedex setup -v
script: py.test