mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 06:46:14 +00:00
10 lines
179 B
YAML
10 lines
179 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.6"
|
|
|
|
# command to install dependencies
|
|
install: pip install pipenv; pipenv install --dev
|
|
# command to run tests
|
|
script: pipenv run pytest
|