Merge pull request #7 from vilobhmm/add-travis

Add Travis
This commit is contained in:
Vilobh Meshram 2016-05-14 00:00:22 -07:00
commit a93fa94664
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
- pip install -r test-requirements.txt
# command to run tests
script: nosetests