[travis] enforce travis
This commit is contained in:
parent
bd2c211fcc
commit
de80bd6acf
@ -42,4 +42,7 @@ matrix:
|
|||||||
- env: JYTHON=true; YTDL_TEST_SET=download
|
- env: JYTHON=true; YTDL_TEST_SET=download
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user