mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-21 15:10:57 +00:00
c17a358c66
ruamel.ordereddict is only needed for python 2.7 anyway. So we should not depend on it in requirements.txt
13 lines
187 B
YAML
13 lines
187 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
|
|
# command to install dependencies
|
|
install: pip install -r requirements.txt
|
|
# command to run tests
|
|
script: make
|