Commit 366de69a by Peter Eacmen

nop

parent 3e0fe9be
......@@ -6,11 +6,13 @@ addons:
apt:
update: true
install:
- export PYTHON=$(which python3)
- ./deps.sh --yes
- pip install coverage
- ./setup.py install
script: ./setup.py test
cache: pip
- sudo -E $PYTHON -mpip install coverage
- sudo -E $PYTHON ./setup.py install
script:
- export PYTHON=$(which python3)
- sudo -E $PYTHON ./setup.py test
jobs:
include:
- 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