Commit 366de69a by Peter Eacmen

nop

parent 3e0fe9be
...@@ -6,11 +6,13 @@ addons: ...@@ -6,11 +6,13 @@ addons:
apt: apt:
update: true update: true
install: install:
- export PYTHON=$(which python3)
- ./deps.sh --yes - ./deps.sh --yes
- pip install coverage - sudo -E $PYTHON -mpip install coverage
- ./setup.py install - sudo -E $PYTHON ./setup.py install
script: ./setup.py test script:
cache: pip - export PYTHON=$(which python3)
- sudo -E $PYTHON ./setup.py test
jobs: jobs:
include: include:
- stage: test - stage: test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment