[Reproducible-commits] [reprotest] 01/03: Avoid installing packages during coverage environments

Ceridwen ceridwen-guest at moszumanska.debian.org
Wed Jun 8 03:30:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

ceridwen-guest pushed a commit to branch master
in repository reprotest.

commit 103551b41f1ddb20fd1d97e5e98c1ed5e35c6524
Author: Ceridwen <ceridwenv at gmail.com>
Date:   Mon Jun 6 09:46:41 2016 -0400

    Avoid installing packages during coverage environments
---
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tox.ini b/tox.ini
index e13ae15..65d0867 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +3,11 @@ envlist = coverage-clean, py34, py35, coverage-stats
 skip_missing_interpreters = true
 
 [testenv:coverage-clean]
+skip_install = True
 commands = coverage erase
 
 [testenv:coverage-stats]
+skip_install = True
 commands =
   coverage combine
   coverage report

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list