Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
e7291841
Commit
e7291841
authored
7 years ago
by
plusvic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some Python versions from appveyor and update yara submodule
parent
d2754000
master
…
v4.4.0
v4.3.1
v4.3.0
v4.2.3
v4.2.0
v4.1.3
v4.1.2
v4.1.0
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
v3.11.0
v3.10.0
v3.9.0
v3.8.1
v3.8.0
v3.7.0
v3.6.3
v3.6.2
v3.6.1
v3.6.0
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
34 deletions
+5
-34
appveyor.yml
appveyor.yml
+4
-33
yara
yara
+1
-1
No files found.
appveyor.yml
View file @
e7291841
...
...
@@ -7,26 +7,16 @@ environment:
matrix
:
# Python 2.7.10 is the latest version and is not pre-installed.
-
PYTHON
:
"
C:
\\
Python27.10"
PYTHON_VERSION
:
"
2.7.10"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python27.10-x64"
PYTHON_VERSION
:
"
2.7.10"
PYTHON_ARCH
:
"
64"
# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
# See: http://www.appveyor.com/docs/installed-software#python
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.
9
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.
13
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.
9
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.
13
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python33"
...
...
@@ -38,11 +28,11 @@ environment:
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python34"
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
3
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
4
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python34-x64"
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
3
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
4
PYTHON_ARCH
:
"
64"
# Python versions not pre-installed
...
...
@@ -58,25 +48,6 @@ environment:
PYTHON_VERSION
:
"
2.6.6"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python35"
PYTHON_VERSION
:
"
3.5.0"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python35-x64"
PYTHON_VERSION
:
"
3.5.0"
PYTHON_ARCH
:
"
64"
# Major and minor releases (i.e x.0.0 and x.y.0) prior to 3.3.0 use
# a different naming scheme.
-
PYTHON
:
"
C:
\\
Python270"
PYTHON_VERSION
:
"
2.7.0"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python270-x64"
PYTHON_VERSION
:
"
2.7.0"
PYTHON_ARCH
:
"
64"
install
:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same
...
...
This diff is collapsed.
Click to expand it.
yara
@
f76e1d05
Subproject commit
52fa317aff4b7333e68dabe8c5c24593840192d3
Subproject commit
f76e1d057aaad76ddf00ec017c30e6f34b8c6cf0
This diff is collapsed.
Click to expand it.
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