Unverified Commit 17979fe3 by Christian Expósito Cárdenas Committed by GitHub

Merge pull request #185 from VirusTotal/delete-travis

Removing Travis
parents 46f7e1ff d4dc30ae
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
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment