risch: recognize Derivatives as components (#1012)
[sympy.git] / bin / test_pure
blobddde447f0d359eb72bc07ed42eeaedd37e0e03b3
1 #!/bin/sh -e
3 # This script is for testig SymPy in pure Python environment
5 # Usage
6 # -----
7 # In this directory execute:
9 # $ sudo pbuilder --update
10 # $ sudo pbuilder --execute test_pure
12 # This will first update the base system and then execute this script in that
13 # environment.
15 # In order for this to work, you need to have the pbuilder environment setup,
16 # which you can do in this way:
18 # $ sudo apt-get install pbuilder
19 # $ sudo pbuilder --create --mirror http://ftp.cz.debian.org/debian
22 apt-get -y install mercurial python2.4 python-codespeak-lib
23 cd /tmp
24 hg clone http://hg.sympy.org/sympy/
25 cd sympy
26 python2.4 setup.py sdist
27 cd dist
28 tar xzf *.tar.gz
29 cd sympy*
30 python2.4 setup.py test