prologix-gpib-ethernet/.travis.yml
Nelson Darkwah Oppong 3ab880f01b Renamed test directory
2016-08-19 16:27:12 +02:00

8 lines
152 B
YAML

language: python
python:
- "2.7"
- "3.4"
- "3.5"
install: "pip install -r requirements/dev.txt"
script: py.test -q --cov=plx_gpib_ethernet tests/