Travis: Ensure swig and python-dev-all are installed

This commit is contained in:
Oleksii Shevchuk 2019-04-29 23:20:46 +03:00
parent d8b43acfc0
commit a21db94b79
1 changed files with 1 additions and 0 deletions

View File

@ -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 &