anki/.travis.py37.sh
Damien Elmes 65c802b69e do type checking on 3.7, linting on 3.6
- python 3.6 chokes on the pyqt .pyi files
- need to check unit tests on 3.6 as well, as anki/ must run on 3.6
2019-12-16 21:02:10 +10:00

14 lines
184 B
Bash
Executable File

#!/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