prologix-gpib-ethernet/.travis.yml

10 lines
194 B
YAML
Raw Normal View History

2016-08-19 14:14:25 +00:00
language: python
python:
- "3.5"
2017-07-16 09:19:25 +00:00
- "3.6"
- "3.7"
- "3.8"
- "3.9"
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/"