mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
travis.yml
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
|
# command to install dependencies
|
||||||
|
install: "pip install -r requirements.txt"
|
||||||
|
# command to run tests
|
||||||
|
script: make
|
||||||
Reference in New Issue
Block a user