Commit 8cd0c96f by Christian Expósito

Removing Travis

parent 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
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