From 57ad9f72993e5d544f45267484401e3796cc5576 Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Fri, 21 Dec 2007 22:38:34 +0100 Subject: [PATCH] Do ./setup.py sdist before testing in test_pure --- bin/test_pure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/test_pure b/bin/test_pure index ad6f0b6..50d9fd9 100644 --- a/bin/test_pure +++ b/bin/test_pure @@ -21,4 +21,8 @@ apt-get -y install mercurial python python-codespeak-lib cd /tmp hg clone http://hg.sympy.org/sympy/ cd sympy +./setup.py sdist +cd dist +tar xzf *.tar.gz +cd sympy* ./setup.py test -- 2.11.4.GIT