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
97770d38
Commit
97770d38
authored
Jan 16, 2018
by
Davis King
Browse files
Added appveyor python tests
parent
63f65850
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
dlib/appveyor/python.yml
dlib/appveyor/python.yml
+33
-0
No files found.
dlib/appveyor/python.yml
0 → 100644
View file @
97770d38
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"
build_script
:
-
python setup.py build
test_script
:
-
python setup.py test
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