larigira/.travis.yml

13 lines
170 B
YAML
Raw Normal View History

2016-12-11 13:04:39 +01:00
language: python
sudo: false
python:
2017-01-04 14:08:01 +01:00
- "3.4"
2016-12-11 13:04:39 +01:00
- "3.5"
install:
- pip install -U wheel pytest==3
- pip install .
script: python3 setup.py test
cache: pip