larigira/.travis.yml
2016-12-11 14:11:44 +01:00

11 lines
158 B
YAML

language: python
sudo: false
python:
- "3.5"
install:
- pip install -U wheel pytest==3
- pip install .
script: python3 setup.py test
cache: pip