Fix tests

This commit is contained in:
Daniel G. Taylor 2019-10-27 15:18:10 -07:00
parent f820397751
commit fcc273e294
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

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