mirror of https://github.com/n1nj4sec/pupy.git
Looks like travis uses python3 by default now
This commit is contained in:
parent
c2775adaf5
commit
9d6b028754
|
@ -6,8 +6,8 @@ os:
|
|||
- linux
|
||||
dist: trusty
|
||||
before_script:
|
||||
- sudo pip install flake8 flake8-per-file-ignores
|
||||
- cd $TRAVIS_BUILD_DIR/pupy && flake8
|
||||
- sudo pip2 install flake8 flake8-per-file-ignores
|
||||
- cd $TRAVIS_BUILD_DIR/pupy && python2 -m flake8
|
||||
- |
|
||||
docker pull alxchk/tc-windows & docker pull alxchk/tc-linux32 &
|
||||
docker pull alxchk/tc-linux64 & docker pull alxchk/tc-android
|
||||
|
|
Loading…
Reference in New Issue