more fixes for build

This commit is contained in:
jobevers 2017-02-15 11:31:31 -06:00
parent 8b9fef4ed5
commit 87b7e5c742
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ install:
- pip install .
script:
- pip install mock pylint
- ./run_pylint.sh
- pip install mock trial
- ./run_tests.sh
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi

View file

@ -1,5 +1,6 @@
#! /bin/bash
set -eu
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
# TODO: as code quality improves, make pylint be more strict