Commit 9948f3ed03ed899c805e0eca62623446708c9203

Authored by Shrikant Sharat
1 parent 09fd0f009c

Initial travis ci config file added.

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,5 @@
  1 +language: python
  2 +python:
  3 + - "2.7"
  4 +install: "pip install -r requirements.txt --use-mirrors"
  5 +script: make