only run tests once

This commit is contained in:
Nate Prewitt
2017-01-30 16:26:59 -07:00
parent a285b25d19
commit e2b6d75003
+1 -2
View File
@@ -14,7 +14,6 @@ install:
- "python setup.py develop"
- "pipenv lock"
- "pipenv install --dev --requirements"
- "pipenv install --dev"
# command to run tests
script:
- pipenv run pytest test_pipenv.py
- pipenv run pytest test_pipenv.py