travis: drop debootstrap workaround
Move to qubes-builder Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
This commit is contained in:
parent
bcab92ee64
commit
0b7145f67d
@ -7,8 +7,6 @@ python:
|
|||||||
install:
|
install:
|
||||||
- pip install --quiet -r ci/requirements.txt
|
- pip install --quiet -r ci/requirements.txt
|
||||||
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
|
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
|
||||||
# debootstrap in trusty is old...
|
|
||||||
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
|
||||||
script:
|
script:
|
||||||
- PYTHONPATH=test-packages pylint --rcfile=ci/pylintrc qubes
|
- PYTHONPATH=test-packages pylint --rcfile=ci/pylintrc qubes
|
||||||
- ./run-tests --no-syslog
|
- ./run-tests --no-syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user