[pybtex] 95/108: deb/tests/pybtex: run on default Python

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:33 UTC 2017


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

stender pushed a commit to branch master
in repository pybtex.

commit 1647cd94ebdd17300d6609e6b132a20c043675b5
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 14 14:37:06 2016 +0000

    deb/tests/pybtex: run on default Python
---
 debian/tests/pybtex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/tests/pybtex b/debian/tests/pybtex
index 12221c5..c4de734 100644
--- a/debian/tests/pybtex
+++ b/debian/tests/pybtex
@@ -1,2 +1,3 @@
-#!/bin/sh -e
-pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose --verbose pybtex/tests 2>&1
+#!/bin/sh
+set -e
+python -Wd -m nose -v pybtex/tests 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list