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
627ce87d
Commit
627ce87d
authored
May 06, 2018
by
Davis King
Browse files
Fix appveyor tests
parent
56ce7bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
31 deletions
+8
-31
dlib/appveyor/python.yml
dlib/appveyor/python.yml
+8
-31
No files found.
dlib/appveyor/python.yml
View file @
627ce87d
environment
:
matrix
:
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7.x"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7.x"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python33"
PYTHON_VERSION
:
"
3.3.x"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python33-x64"
PYTHON_VERSION
:
"
3.3.x"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python35"
PYTHON_VERSION
:
"
3.5.x"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python35-x64"
PYTHON_VERSION
:
"
3.5.x"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python36"
PYTHON_VERSION
:
"
3.6.x"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python36-x64"
PYTHON_VERSION
:
"
3.6.x"
PYTHON_ARCH
:
"
64"
-
PATH
:
"
C:
\\
Python33";%PATH%
-
PATH
:
"
C:
\\
Python33-x64";%PATH%
-
PATH
:
"
C:
\\
Python35";%PATH%
-
PATH
:
"
C:
\\
Python35-x64";%PATH%
-
PATH
:
"
C:
\\
Python36";%PATH%
-
PATH
:
"
C:
\\
Python36-x64";%PATH%
-
PATH
:
"
C:
\\
Python27";%PATH%
-
PATH
:
"
C:
\\
Python27-x64";%PATH%
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