try doing a safe load

This commit is contained in:
Andrew Ekstedt 2018-03-30 12:50:05 -07:00
parent 56cf0fd29d
commit 8722315f35

View file

@ -7,6 +7,6 @@ python:
- "pypy3"
install: pip install -e .
before_script: pokedex setup -v
before_script: pokedex load -S && pokedex reindex
script: py.test
sudo: false