fifth attempt to set up Travis CI...

I am really sorry for this madness.
This commit is contained in:
Bora M. Alper 2017-06-05 16:53:59 +03:00
parent 5f855e1f2a
commit 9dee183669

View File

@ -7,8 +7,7 @@ python:
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install python3-dev python3-pip"
- "sudo -H pip3 install pip --upgrade"
- "sudo apt-get install python3-dev"
- "sudo -H pip3 install mypy pylint"
install: