summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ec5f477bc4f6c11ebbc1a57d03142ecfc5bca910 (plain)
1
2
3
4
5
6
language: python
python:
  - 2.7
  - 3.2
install: pip install nose mock coverage pep8
script: nosetests -d