mirror of https://github.com/davisking/dlib.git
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:
parent
f5c828291d
commit
c90cb0bc14
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue