.travis.yml
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
script:
- python run_tests.py