mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-21 15:10:57 +00:00
8 lines
217 B
YAML
8 lines
217 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# - "3.5" # looks like ruamel.ordereddict doesn't build for python3
|
|
# command to install dependencies
|
|
install: "pip install -r requirements.txt"
|
|
# command to run tests
|
|
script: make |