+++ /dev/null
-vagrant@debian.31577:1417164804
\ No newline at end of file
+++ /dev/null
-Tests: run-nose-tests
-Depends: @, python-nose, python-pysam-tests, samtools, make
-Restrictions: allow-stderr
+++ /dev/null
-#!/bin/sh -e
-
-if [ "$ADTTMP" = "" ] ; then
- ADTTMP=`mktemp -d /tmp/python-pysam-test.XXXXXX`
-fi
-cd $ADTTMP
-cp -ra /usr/share/doc/python-pysam/tests/* $ADTTMP
-nosetests --nocapture
-cd
-rm -rf $ADTTMP
-
+++ /dev/null
-Tests: run-nose3-tests
-Depends: @, python3-nose, python3-pysam-tests, samtools, make
-Restrictions: allow-stderr
+++ /dev/null
-#!/bin/sh -e
-
-if [ "$ADTTMP" = "" ] ; then
- ADTTMP=`mktemp -d /tmp/python3-pysam-test.XXXXXX`
-fi
-cd $ADTTMP
-cp -ra /usr/share/doc/python3-pysam/tests/* $ADTTMP
-nosetests3 --nocapture
-cd
-rm -rf $ADTTMP
-
--- /dev/null
+Tests: run-nose-tests
+Depends: @, python-nose, python-pysam-tests, samtools, make
+Restrictions: allow-stderr
+
+Tests: run-nose3-tests
+Depends: @, python3-nose, python-pysam-tests, samtools, make
+Restrictions: allow-stderr
--- /dev/null
+#!/bin/sh -e
+
+if [ "$ADTTMP" = "" ] ; then
+ ADTTMP=`mktemp -d /tmp/python-pysam-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -ra /usr/share/doc/python-pysam/tests/* $ADTTMP
+nosetests --nocapture
+cd
+rm -rf $ADTTMP
+
--- /dev/null
+#!/bin/sh -e
+
+if [ "$ADTTMP" = "" ] ; then
+ ADTTMP=`mktemp -d /tmp/python3-pysam-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -ra /usr/share/doc/python-pysam/tests/* $ADTTMP
+nosetests3 --nocapture
+cd
+rm -rf $ADTTMP
+