mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
8 lines
157 B
YAML
8 lines
157 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
# command to install dependencies
|
|
install: "pip install -r requirements.txt"
|
|
# command to run tests
|
|
script: make |