polishing function.py, had to fail another 2 tests in pretty printing
[sympy.git] / bin / test_pure
blobac9459a3eb4f870627ebc5dd369ecb263cbbd8d6
1 # This script is for testig SymPy in pure Python environment
2
3 # Usage
4 # -----
5 # In this directory execute:
7 # $ sudo cowbuilder --update
8 # $ sudo cowbuilder --execute test_pure
10 # This will first update the base system and then execute this script in that
11 # environment.
13 # In order for this to work, you need to have the cowbuilder environment setup,
14 # which you can do in this way:
16 # $ sudo apt-get install cowdancer
17 # $ sudo cowbuilder --create --mirror http://ftp.cz.debian.org/debian
20 apt-get -y install subversion python python-codespeak-lib
21 cd /tmp
22 svn checkout http://sympy.googlecode.com/svn/trunk/ sympy
23 cd sympy
24 ./setup.py test