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:
- "3.5"
2018-08-23 01:46:42 +02:00
- "3.6"
2016-12-11 13:04:39 +01:00
install:
- pip install -U wheel pytest==3
- pip install .
script: python3 setup.py test
cache: pip