prologix-gpib-ethernet/.travis.yml

10 lines
198 B
YAML
Raw Normal View History

2016-08-19 14:14:25 +00:00
language: python
python:
- "2.7"
- "3.4"
- "3.5"
2017-07-16 09:19:25 +00:00
- "3.6"
2018-07-20 15:50:02 +00:00
- "3.7-dev"
2016-08-19 14:14:25 +00:00
install: "pip install -r requirements/dev.txt"
2016-08-19 14:52:41 +00:00
script: "pip install -e . && py.test -q --cov=plx_gpib_ethernet tests/"