Remove "tox -e py27"

Running "tox -e coverage" is sufficient.
This commit is contained in:
Sajith Sasidharan 2020-02-25 23:02:35 -05:00
parent c535b83f06
commit 1a4ae0fc81

View File

@ -62,10 +62,6 @@ jobs:
run: tox -e codechecks
continue-on-error: true
- name: Run "tox -e py27"
if: matrix.python-version == '2.7'
run: tox -e py27
- name: Run "tox -e coverage"
run: tox -e coverage