mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Travis CI: test pokedex dump
This commit is contained in:
parent
ffb0638ef5
commit
51af10b995
1 changed files with 3 additions and 1 deletions
|
@ -8,5 +8,7 @@ python:
|
|||
|
||||
install: pip install -e .
|
||||
before_script: pokedex setup -v
|
||||
script: py.test
|
||||
script:
|
||||
- py.test
|
||||
- pokedex dump -l all
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue