Add cython to travis build

This commit is contained in:
Oleksii Shevchuk 2017-07-02 19:25:05 +03:00
parent 54acb0f630
commit 8ee9d9e319
1 changed files with 1 additions and 1 deletions

View File

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