summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: eb4857ed46b48ed8b799766ecd45a02170ec77cc (plain)
1
2
3
4
5
6
language: python
python:
  - 2.7
  - 3.2
install: pip install -r test-requirements.txt
script: nosetests -d