Add travis-ci config file

Change-Id: I152e0f3e4809e26f35a9956cbf86edc28e7882de
This commit is contained in:
Doug Hellmann 2014-01-08 16:02:02 -05:00
parent a9b630e2a0
commit 7d01a0455c
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "2.7"
install:
- pip install -r test_requirements.txt --use-mirrors
- pip install flake8 --use-mirrors
- pip install -q . --use-mirrors
before_script:
- flake8 setup.py akanda
script: nosetests -d