Travis CI: test pokedex dump

This commit is contained in:
Andrew Ekstedt 2018-08-22 21:42:05 -07:00
parent ffb0638ef5
commit 51af10b995
1 changed files with 3 additions and 1 deletions

View File

@ -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