From 476c5f89c7c120a28a4b0b83a0ef81e7aeb02010 Mon Sep 17 00:00:00 2001 From: ljhuang Date: Thu, 28 Jul 2022 11:32:24 +0800 Subject: Changed py39 from py27 in tox Changed py39 from py27 in tox for contributing doc Change-Id: Ia079b7b7f5d96858c7dfe4b3d103c0efd86ae68b --- tools/start-fake-mode.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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 \ -- cgit v1.2.1