CI: prefer pip to Debian packages
According to Travis CI docs, pip should be preferred.
This commit is contained in:
parent
42f93bc481
commit
3aa08b67c0
@ -8,11 +8,8 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
before_install:
|
|
||||||
- sudo apt update
|
|
||||||
- sudo apt install python3-setuptools python3-serial python3-yaml
|
|
||||||
install:
|
install:
|
||||||
- pip install pyusb coverage coveralls
|
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
|
||||||
script:
|
script:
|
||||||
- python setup.py build
|
- python setup.py build
|
||||||
- coverage run --source=stcgal setup.py test
|
- coverage run --source=stcgal setup.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user