Merge pull request #64 from timofurrer/tests-dir

Move tests into tests directory
This commit is contained in:
2017-05-27 15:36:16 -07:00
committed by GitHub
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