Fix tests

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

View File

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