Another fix to travis config.

This commit is contained in:
Dan Funk 2020-02-05 15:28:41 -05:00
parent f611c16b57
commit f913107d2e

View File

@ -14,3 +14,7 @@ install:
- pip install pipenv pytest
- pipenv install
- pytest # <== This runs in Pipenv (a/k/a virtualenv)
# command to run tests
script:
- pytest