larigira/.travis.yml
2018-08-23 01:46:42 +02:00

12 righe
170 B
YAML

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