summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6e5e969d8bfe13d7b98699069f0fe3f264ee49ea (plain)
1
2
3
4
5
6
7
8
sudo: false
language: python
python:
 - 2.7
 - 3.5
script:
 - pip install -U pytest
 - python setup.py test