mirror of https://github.com/n1nj4sec/pupy.git
Add cython to travis build
This commit is contained in:
parent
54acb0f630
commit
8ee9d9e319
|
@ -5,7 +5,7 @@ before_install:
|
|||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
install:
|
||||
- sudo -E apt-get -y install mingw-w64 g++-mingw-w64-x86-64 g++-mingw-w64-i686 debootstrap
|
||||
- sudo -E apt-get -y install mingw-w64 g++-mingw-w64-x86-64 g++-mingw-w64-i686 debootstrap cython
|
||||
make wine xvfb python-pip >/dev/null
|
||||
- pip install pylzma
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue