This commit is contained in:
Edwin Eefting 2020-05-17 13:07:41 +02:00
parent 022dc1b7fc
commit 7a3c309123

View File

@ -2,10 +2,11 @@ language: python
python: python:
- "3.6" - "3.6"
env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU
# install: before_install:
# - sudo apt-get update - sudo apt-get update
# - sudo apt-get install zfsutils-linux python3-pip -y - sudo apt-get install zfsutils-linux
# - sudo pip3 install coverage before_script:
# - sudo ./ngrok.sh - pip --version
script: script:
- sudo ./ngrok.sh - sudo -E pip --version
- sudo -E ./ngrok.sh