Commit c90cb0bc authored by Davis King's avatar Davis King
Browse files

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.
parent f5c82829
......@@ -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
......
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment