Commit 9948f3ed03ed899c805e0eca62623446708c9203
1 parent
09fd0f009c
Initial travis ci config file added.
Showing 1 changed file with 5 additions and 0 deletions Inline Diff
.travis.yml
File was created | 1 | language: python | |
2 | python: | ||
3 | - "2.7" | ||
4 | install: "pip install -r requirements.txt --use-mirrors" | ||
5 | script: make | ||
6 |