mirror of https://github.com/n1nj4sec/pupy.git
Travis: Ensure swig and python-dev-all are installed
This commit is contained in:
parent
d8b43acfc0
commit
a21db94b79
|
@ -5,6 +5,7 @@ os:
|
|||
- linux
|
||||
before_script:
|
||||
- sudo pip2 install flake8 flake8-per-file-ignores
|
||||
- sudo apt-get install swig libssl-dev python-all-dev
|
||||
- cd $TRAVIS_BUILD_DIR/pupy && python2 -m flake8 .
|
||||
- |
|
||||
docker pull alxchk/tc-windows & docker pull alxchk/tc-linux32 &
|
||||
|
|
Loading…
Reference in New Issue