8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c0dd commit 44f112dCopy full SHA for 44f112d
.travis.yml renamed to .travis-ci.yml
@@ -1,8 +1,15 @@
1
sudo: required
2
+dist: xenial
3
services:
4
- docker
5
+addons:
6
+ apt:
7
+ sources:
8
+ - deadsnakes
9
+ packages:
10
+ - python3.7
11
language: python
-python: 2.7
12
+python: 3.7
13
env:
14
- TOX_ENV=py_func_v4
15
- TOX_ENV=cli_func_v4
tools/build_test_env.sh
@@ -122,6 +122,7 @@ done
122
123
# Get the token
124
TOKEN=$($(dirname $0)/generate_token.py)
125
+echo $TOKEN
126
127
cat > $CONFIG << EOF
128
[global]
@@ -138,6 +139,6 @@ log "Config file content ($CONFIG):"
138
139
log <$CONFIG
140
141
log "Pausing to give GitLab some time to finish starting up..."
-sleep 60
142
+sleep 500
143
144
log "Test environment initialized."
0 commit comments