Remove unit tests for python 2.7 since that version of pyhton is dead,

and the unit test servers don't even support it anymore.
This commit is contained in:
Davis King 2020-01-30 19:41:26 -05:00
parent f5c828291d
commit c90cb0bc14
2 changed files with 0 additions and 10 deletions

View File

@ -92,14 +92,6 @@ matrix:
script:
- dlib/travis/build-and-test.sh
###################
- language: python
python: 2.7
env:
- VARIANT=python-api
script:
- dlib/travis/build-and-test.sh
###################
- language: python
python: 3.5

View File

@ -5,8 +5,6 @@ environment:
- PATH: C:\Python36-x64;%PATH%
- PATH: C:\Python37;%PATH%
- PATH: C:\Python37-x64;%PATH%
- PATH: C:\Python27;%PATH%
- PATH: C:\Python27-x64;%PATH%
build_script: