diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2f6449..ba2fa048 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,8 @@ osx_test: stage: test allow_failure: true script: - - tox --recreate -e py27-dev + - ls -la /usr/bin/gpg + - /usr/local/bin/tox --recreate -e py27-dev tags: - yosemite - osx |