From 5646aa03d268405a3ba8c5b8345cec835c50c3e1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 15 Aug 2016 23:47:33 -0700 Subject: [PATCH] fixing the build --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index fd3e88096c..282cfa8c6b 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,6 @@ commands = pip install --find-links={homedir}/.wheelhouse --no-index . pip install -r dev-reqs.txt {toxinidir}/run_tests.sh - CODECLIMATE_REPO_TOKEN=6f24fafe1a2c958b09c0dd98e1794088285f45124de1efdcc011315957379ada codeclimate-test-reporter [testenv:py27-mysql] basepython = python2.7