[Python-apps-commits] r12934 - in	packages/pybtex/trunk/debian/tests (pybtex)
    danstender-guest at users.alioth.debian.org 
    danstender-guest at users.alioth.debian.org
       
    Mon Mar 14 14:37:07 UTC 2016
    
    
  
    Date: Monday, March 14, 2016 @ 14:37:06
  Author: danstender-guest
Revision: 12934
deb/tests/pybtex: run on default Python
Modified:
  packages/pybtex/trunk/debian/tests/pybtex
Modified: packages/pybtex/trunk/debian/tests/pybtex
===================================================================
--- packages/pybtex/trunk/debian/tests/pybtex	2016-03-14 14:15:47 UTC (rev 12933)
+++ packages/pybtex/trunk/debian/tests/pybtex	2016-03-14 14:37:06 UTC (rev 12934)
@@ -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
    
    
More information about the Python-apps-commits
mailing list