From c60476eadddc9d63f8e4ebc0d8db68c066775008 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 14 Aug 2016 17:20:35 -0700 Subject: [PATCH] Attempting to setup coverage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f2b13267613a..fd3e88096cadb 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = pip install --find-links={homedir}/.wheelhouse --no-index . pip install -r dev-reqs.txt {toxinidir}/run_tests.sh - coveralls + CODECLIMATE_REPO_TOKEN=6f24fafe1a2c958b09c0dd98e1794088285f45124de1efdcc011315957379ada codeclimate-test-reporter [testenv:py27-mysql] basepython = python2.7