mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
try doing a safe load
This commit is contained in:
parent
56cf0fd29d
commit
8722315f35
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ python:
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
|
|
||||||
install: pip install -e .
|
install: pip install -e .
|
||||||
before_script: pokedex setup -v
|
before_script: pokedex load -S && pokedex reindex
|
||||||
script: py.test
|
script: py.test
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Reference in a new issue