The tddium environment now makes all Python versions available, so should no longer need the tox wrapper script.
This commit is contained in:
10
run-tox.sh
10
run-tox.sh
@@ -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 "$@"
|
||||
@@ -1,6 +1,6 @@
|
||||
:tddium:
|
||||
:tests:
|
||||
- ./run-tox.sh
|
||||
- tox
|
||||
:python:
|
||||
:python_version: 2.7
|
||||
:pip_requirements_file: requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user