summaryrefslogtreecommitdiff
path: root/tools/start-fake-mode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/start-fake-mode.sh')
-rwxr-xr-xtools/start-fake-mode.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/start-fake-mode.sh b/tools/start-fake-mode.sh
index 250a2743..cb093b20 100755
--- a/tools/start-fake-mode.sh
+++ b/tools/start-fake-mode.sh
@@ -2,12 +2,12 @@
# Arguments: Use --pid_file to specify a pid file location.
-if [ ! -d ".tox/py27" ]; then
- tox -epy27
+if [ ! -d ".tox/py39" ]; then
+ tox -epy39
fi
function run() {
- .tox/py27/bin/python $@
+ .tox/py39/bin/python $@
}
run bin/trove-manage \
--config-file=etc/trove/trove.conf.test db_recreate \