Skip to content

Commit df76c6f

Browse files
committed
ci: Use python3 for django2x frontend integration tests
1 parent 747d1ef commit df76c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/setupAndTestWithFrontendWithDjango2x.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd supertokens-website
5050
git checkout $2
5151
cd ../project/tests/frontendIntegration/django2x
5252
export PYTHONPATH="${PYTHONPATH}:/root/project"
53-
python manage.py runserver 8080 &
53+
python3 manage.py runserver 8080 &
5454
pid=$!
55-
python manage.py runserver 8082 &
55+
python3 manage.py runserver 8082 &
5656
pid2=$!
5757
cd ../../../../supertokens-website/test/server
5858
npm i -d

0 commit comments

Comments
 (0)