mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #64 from timofurrer/tests-dir
Move tests into tests directory
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user