File: test

package info (click to toggle)
python-functools32 3.2.3.2-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 204 kB
  • sloc: python: 1,822; makefile: 28; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# This is for my own convenience, edit it for your own environment.

PYTHON=python
$PYTHON setup.py build || exit 1

export PYTHONPATH=./build/lib.linux-x86_64-2.6
exec $PYTHON test_functools32.py