mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
1fe34f3af6
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
8 lines
154 B
YAML
8 lines
154 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.6"
|
|
# command to install dependencies
|
|
install: "pip install pipenv --upgrade"
|
|
# command to run tests
|
|
script: make |