The tddium environment now makes all Python versions available, so should no longer need the tox wrapper script.

This commit is contained in:
Graham Dumpleton
2013-12-19 21:05:49 +11:00
parent 6bd31a1382
commit b7de4c3b97
2 changed files with 1 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
PATH="$PATH:/usr/local/python/cpython-2.6/bin"
PATH="$PATH:/usr/local/python/cpython-2.7/bin"
PATH="$PATH:/usr/local/python/cpython-3.3/bin"
PATH="$PATH:/usr/local/python/pypy/bin"
export PATH
exec tox "$@"

View File

@@ -1,6 +1,6 @@
:tddium:
:tests:
- ./run-tox.sh
- tox
:python:
:python_version: 2.7
:pip_requirements_file: requirements.txt