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
17979fe3
Unverified
Commit
17979fe3
authored
Aug 31, 2021
by
Christian Expósito Cárdenas
Committed by
GitHub
Aug 31, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #185 from VirusTotal/delete-travis
Removing Travis
parents
46f7e1ff
d4dc30ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
.travis.yml
.travis.yml
+0
-21
appveyor.yml
appveyor.yml
+2
-1
No files found.
.travis.yml
deleted
100644 → 0
View file @
46f7e1ff
language
:
python
python
:
-
"
2.7"
-
"
3.4"
-
"
3.5"
-
"
3.6"
-
"
3.7"
-
"
3.8"
-
"
3.9"
before_install
:
-
sudo apt-get -qq update
-
sudo apt-get install -y libmagic-dev
install
:
-
python setup.py build --enable-magic --enable-dotnet
-
python setup.py install
script
:
-
python tests.py
appveyor.yml
View file @
17979fe3
...
@@ -135,7 +135,8 @@ install:
...
@@ -135,7 +135,8 @@ install:
clone_script
:
clone_script
:
-
cmd
:
git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
-
cmd
:
git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
-
cmd
:
git checkout -qf %APPVEYOR_REPO_COMMIT%
-
cmd
:
git fetch
-
cmd
:
git checkout -qf %APPVEYOR_REPO_BRANCH%
build_script
:
build_script
:
# Build the compiled extension
# Build the compiled extension
...
...
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