diff --git a/.travis.yml b/.travis.yml index cc539ad..b45f1fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ diff --git a/test_maya.py b/tests/test_maya.py similarity index 100% rename from test_maya.py rename to tests/test_maya.py diff --git a/test_maya_interval.py b/tests/test_maya_interval.py similarity index 100% rename from test_maya_interval.py rename to tests/test_maya_interval.py