mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add config file for Travis CI.
This commit is contained in:
parent
339181032f
commit
0b3c1d7976
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
|
||||
install: pip install .
|
||||
before_script: pokedex setup -v
|
||||
script: py.test
|
Loading…
Add table
Reference in a new issue