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
3 years ago
by
Christian Expósito Cárdenas
Committed by
GitHub
3 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #185 from VirusTotal/delete-travis
Removing Travis
parents
46f7e1ff
d4dc30ae
Show 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
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
17979fe3
...
...
@@ -135,7 +135,8 @@ install:
clone_script
:
-
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 the compiled extension
...
...
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