Looks like travis uses python3 by default now

This commit is contained in:
Oleksii Shevchuk 2018-10-25 15:42:30 +03:00
parent c2775adaf5
commit 9d6b028754
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ os:
- linux - linux
dist: trusty dist: trusty
before_script: before_script:
- sudo pip install flake8 flake8-per-file-ignores - sudo pip2 install flake8 flake8-per-file-ignores
- cd $TRAVIS_BUILD_DIR/pupy && flake8 - cd $TRAVIS_BUILD_DIR/pupy && python2 -m flake8
- | - |
docker pull alxchk/tc-windows & docker pull alxchk/tc-linux32 & docker pull alxchk/tc-windows & docker pull alxchk/tc-linux32 &
docker pull alxchk/tc-linux64 & docker pull alxchk/tc-android docker pull alxchk/tc-linux64 & docker pull alxchk/tc-android