travis tests

This commit is contained in:
Maximilian Hils 2014-12-24 02:17:45 +01:00
parent 4b94c7cf15
commit c3193b361e

View File

@ -2,9 +2,10 @@ language: python
sudo: false
python:
- "2.7"
- pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install --src . -r requirements.txt"
- "pip install --upgrade --src . -r requirements.txt"
# command to run tests, e.g. python setup.py test
script:
- "nosetests --with-cov --cov-report term-missing"