summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-12-05 23:15:45 +0100
committerKali Kaneko <kali@leap.se>2017-12-05 23:15:45 +0100
commitc2181715632c52a1276124b48f8e8f3f8546f275 (patch)
tree1c10312583b838fc7c7f6c9341c3c06f759015de
parent821e4a3c94ee50211391b90b2c0294d9f0d0aa91 (diff)
use homebrew tox
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b2f6449..68cc650a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ osx_test:
stage: test
allow_failure: true
script:
- - tox --recreate -e py27-dev
+ - /usr/local/bin/tox --recreate -e py27-dev
tags:
- yosemite
- osx