add .travis.yml

This commit is contained in:
Dimitris Zlatanidis 2014-10-20 21:49:20 +03:00
parent 27ce7abd6f
commit 5070666b02

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: python
python:
- "2.7"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
- "pypy"
# command to install dependencies
# install:
# - pip install .
# - pip install -r requirements.txt
# command to run tests
script: nosetests