third attempt to set up Travis CI

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

View File

@ -1,10 +1,13 @@
language: python
python:
- "3.5"
- "3.6.2" # versions 3.6.0 and 3.6.1 have bugs that affect magneticod
# versions 3.6.0 and 3.6.1 have bugs that affect magneticod
# We explicitly state that sudo should NOT be required to compile, test, and run magnetico
sudo: false
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install python3-dev python3-pip"
- "sudo -H pip3 install pip --upgrade"
- "sudo -H pip3 install mypy pylint"
install:
- "pip3 install ./magneticod"