mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
travis
This commit is contained in:
+2
-2
@@ -7,6 +7,6 @@ python:
|
||||
- "3.6"
|
||||
|
||||
# command to install dependencies
|
||||
install: pip install -r requirements.txt
|
||||
install: pip install pipenv; pipenv install --dev
|
||||
# command to run tests
|
||||
script: make
|
||||
script: pipenv run pytest
|
||||
|
||||
Reference in New Issue
Block a user