prologix-gpib-ethernet/.travis.yml

8 lines
174 B
YAML
Raw Normal View History

2016-08-19 14:14:25 +00:00
language: python
python:
- "2.7"
- "3.4"
- "3.5"
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/"