Move tests into tests directory

This commit is contained in:
Timo Furrer
2017-05-28 00:33:41 +02:00
parent 57ccc67721
commit b2ac4f08a5
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ python:
# command to install dependencies
install: pip install pipenv; pipenv lock; pipenv install --dev
# command to run tests
script: pipenv run pytest
script: pipenv run pytest tests/
View File