Fix tests

This commit is contained in:
Daniel G. Taylor
2019-10-27 15:18:10 -07:00
parent f820397751
commit fcc273e294

View File

@@ -18,6 +18,7 @@ jobs:
pipenv install --dev
- name: Run tests
run: |
export PYTHONPATH=.
pipenv run generate
pipenv run test
- name: Build package