2015-05-20 23:52:28 -07:00
|
|
|
language: python
|
2015-05-20 23:37:50 -07:00
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "pypy"
|
|
|
|
|
2015-05-23 18:29:24 -07:00
|
|
|
# Someday..
|
|
|
|
#- "3.4"
|
|
|
|
|
2015-05-21 19:41:51 -07:00
|
|
|
install: pip install -e .
|
2015-05-20 23:37:50 -07:00
|
|
|
before_script: pokedex setup -v
|
|
|
|
script: py.test
|