Turns python-legacy CI back on in circle, fixes python-legacy test (#11326)

* Turns python-legacy CI back on in circle, fixes python-legacy test

* Installs python 2.7 into circleci node 3

* Python 2.7 version changed to 2.7

* Switches back to py2714
This commit is contained in:
Justin Black
2022-01-16 01:12:38 -08:00
committed by GitHub
parent 5bccbf6734
commit ffe5df8fa1
4 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ fi
pip install -r $REQUIREMENTS_FILE | tee -a $REQUIREMENTS_OUT
### run tests
tox -l
tox -e py27 || exit 1
### static analysis of code