Commit abd7348d authored by Domen Kožar's avatar Domen Kožar

fix some tests

parent b72041cd
......@@ -4,7 +4,7 @@ python:
- 2.6
- 2.5
install:
- python dev.py -d
- python -S dev.py -d
script:
- bin/test
......@@ -172,6 +172,7 @@ def bdist_egg(setup, executable, dest):
def sys_install(setup, dest):
_runsetup(setup, sys.executable, 'install', '--install-purelib', dest,
'--install-scripts', dest,
'--record', os.path.join(dest, '__added_files__'),
'--single-version-externally-managed')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment