Fix tests

This commit is contained in:
Daniel G. Taylor
2019-10-27 15:21:20 -07:00
parent fcc273e294
commit 7900c7c9db

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