[travis] enforce travis

This commit is contained in:
jnozsc 2020-01-12 21:35:23 -08:00
parent bd2c211fcc
commit de80bd6acf

View File

@ -42,4 +42,7 @@ matrix:
- env: JYTHON=true; YTDL_TEST_SET=download
before_install:
- if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
script: ./devscripts/run_tests.sh
script:
- pip install flake8
- flake8 .
- ./devscripts/run_tests.sh