update travis to use makefile
This commit is contained in:
parent
c1cbab0d23
commit
f7091d5273
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "building ui..."
|
||||
./tools/build_ui.sh
|
||||
|
||||
echo "running unit tests..."
|
||||
nosetests ./tests
|
||||
|
||||
echo "linting..."
|
||||
./tools/lint.sh
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "building ui..."
|
||||
./tools/build_ui.sh
|
||||
|
||||
echo "running unit tests..."
|
||||
nosetests ./tests
|
||||
|
||||
echo "type checking..."
|
||||
./tools/typecheck-setup.sh
|
||||
./tools/typecheck.sh
|
@ -11,6 +11,6 @@ install:
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
script: ./.travis.py36.sh
|
||||
script: make -j 4 test lint mypy
|
||||
- python: 3.7
|
||||
script: ./.travis.py37.sh
|
||||
script: ./tools/typecheck-setup.sh && make -j 4 check
|
||||
|
Loading…
Reference in New Issue
Block a user