Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c90cb0bc
Commit
c90cb0bc
authored
Jan 30, 2020
by
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
.travis.yml
.travis.yml
+0
-8
dlib/appveyor/python.yml
dlib/appveyor/python.yml
+0
-2
No files found.
.travis.yml
View file @
c90cb0bc
...
@@ -92,14 +92,6 @@ matrix:
...
@@ -92,14 +92,6 @@ matrix:
script
:
script
:
-
dlib/travis/build-and-test.sh
-
dlib/travis/build-and-test.sh
###################
-
language
:
python
python
:
2.7
env
:
-
VARIANT=python-api
script
:
-
dlib/travis/build-and-test.sh
###################
###################
-
language
:
python
-
language
:
python
python
:
3.5
python
:
3.5
...
...
dlib/appveyor/python.yml
View file @
c90cb0bc
...
@@ -5,8 +5,6 @@ environment:
...
@@ -5,8 +5,6 @@ environment:
-
PATH
:
C:\Python36-x64;%PATH%
-
PATH
:
C:\Python36-x64;%PATH%
-
PATH
:
C:\Python37;%PATH%
-
PATH
:
C:\Python37;%PATH%
-
PATH
:
C:\Python37-x64;%PATH%
-
PATH
:
C:\Python37-x64;%PATH%
-
PATH
:
C:\Python27;%PATH%
-
PATH
:
C:\Python27-x64;%PATH%
build_script
:
build_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment