aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 05dd519a8ba84bad8a6616197e4feaae632ebd41 (plain)
1
2
3
4
5
6
7
language: python
#specify the python version
python:
  - "2.6"
  - "2.7"
# command to run tests
script: nosetests tests