upgrade tox python env in script

pull/11683/head
H. Shay 2022-01-04 08:58:41 -08:00
parent caf0256e5f
commit 0b34cde7db
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ sudo -u postgres /usr/lib/postgresql/10/bin/pg_ctl -w -D /var/lib/postgresql/dat
# Run the tests
cd /src
export TRIAL_FLAGS="-j 4"
tox --workdir=./.tox-pg-container -e py36-postgres "$@"
tox --workdir=./.tox-pg-container -e py37-postgres "$@"