[Python-modules-commits] [python-flake8] 05/12: Touch tox.ini before running unit tests, it's failing without it
Ondřej Nový
onovy at moszumanska.debian.org
Sun Aug 7 22:33:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit b2f732ee8dbe804b3e437fe0f03a7607d71560df
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Aug 8 00:02:39 2016 +0200
Touch tox.ini before running unit tests, it's failing without it
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8860e18..69e8c6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,11 @@ PY3VERS=$(shell py3versions -r)
override_dh_auto_clean:
rm -rf flake8.egg-info
rm -rf build
+ rm -rf tox.ini
dh_auto_clean
override_dh_auto_test:
+ touch tox.ini
set -xe; \
for py in $(PYVERS) $(PY3VERS); do \
$$py setup.py test; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list