prologix-gpib-ethernet/.travis.yml
Nelson Darkwah Oppong 83334efa7d
Update python versions for ci tests (#4)
* Remove Python 3.4 test
* Remove Python 2.7 tests
* Upgrade pytest version
2020-12-05 16:20:04 +01:00

10 lines
194 B
YAML

language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install: "pip install -r requirements/dev.txt"
script: "pip install -e . && py.test -q --cov=plx_gpib_ethernet tests/"