Blame view
.travis.yml
111 Bytes
|
9948f3ed0
|
1 2 3 4 |
language: python
python:
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
|
|
72e72c608
|
5 |
script: make tests |
|
9948f3ed0
|
1 2 3 4 |
language: python
python:
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
|
|
72e72c608
|
5 |
script: make tests |