Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
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
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • fact-depend
  • yara-python
  • Repository

Switch branch/tag
  • yara-python
  • .travis.yml
Find file
BlameHistoryPermalink
  • Victor M. Alvarez's avatar
    Remove unnecessary build matrix from .travis.yml. · 6bf5c6e7
    Victor M. Alvarez authored 4 years ago
    6bf5c6e7
.travis.yml 306 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
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
×

Replace .travis.yml

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.