Commit a2e70ab1 by Peter Weidenbach

travis setup fixed

parent 09df85cb
dist: trusty
language: python
python:
- "3.5"
- "3.6"
# command to install dependencies
install:
- "apt-get install clamdscan"
- "sudo apt-get -qq update"
- "sudo apt-get install -y clamdscan"
- "python setup.py -q install"
- "pip install pytest-pep8"
# command to run tests
......
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