Commit 44f112d9 authored by Max Wittig's avatar Max Wittig 🌍
Browse files

fix: fix tests

parent ad1c0dda
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
sudo: required
dist: xenial
services:
  - docker
addons:
  apt:
    sources:
      - deadsnakes
    packages:
      - python3.7
language: python
python: 2.7
python: 3.7
env:
  - TOX_ENV=py_func_v4
  - TOX_ENV=cli_func_v4
+2 −1
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ done

# Get the token
TOKEN=$($(dirname $0)/generate_token.py)
echo $TOKEN

cat > $CONFIG << EOF
[global]
@@ -138,6 +139,6 @@ log "Config file content ($CONFIG):"
log <$CONFIG

log "Pausing to give GitLab some time to finish starting up..."
sleep 60
sleep 500

log "Test environment initialized."