Pin isort until we get newer python (#12034)

This commit is contained in:
Jellyfrog
2020-08-26 17:05:40 +02:00
committed by GitHub
parent 2b0643086b
commit 1784dca704
+1 -1
View File
@@ -31,7 +31,7 @@ before_install:
install:
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
- pip3 install --user snmpsim PyMySQL pylint
- pip3 install --user snmpsim PyMySQL pylint "isort<5"
- test -n "$SKIP_WEB_CHECK" || php artisan dusk:update --detect
after_failure: