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
4f29050a
Commit
4f29050a
authored
Apr 21, 2018
by
Davis King
Browse files
Test against python 3.6 on windows.
parent
e41fad6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/appveyor/python.yml
dlib/appveyor/python.yml
+8
-0
No files found.
dlib/appveyor/python.yml
View file @
4f29050a
...
...
@@ -25,6 +25,14 @@ environment:
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"
build_script
:
-
python setup.py build
...
...
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