second attempt to set up Travis CI

This commit is contained in:
Bora M. Alper 2017-06-05 16:38:06 +03:00
parent ac86d48a31
commit 002d50ac89

View File

@ -7,8 +7,8 @@ python:
sudo: false sudo: false
install: install:
- "pip3 install --user ./magneticod" - "pip3 install ./magneticod"
- "pip3 install --user ./magneticow" - "pip3 install ./magneticow"
script: script:
- "pylint ./magneticod/magneticod" - "pylint ./magneticod/magneticod"