mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Travis: Add config file for Travis CI.
https://travis-ci.org/veekun/pokedex
This commit is contained in:
parent
02b1968bc5
commit
c26ea65c79
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
Loading…
Reference in a new issue