From 0373756eba1ca776ed84b1a24422f5cb083259a3 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 29 Mar 2017 00:20:13 +0300 Subject: [PATCH] Remove cythonization from travis building process --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8a1737c..8dc0d76b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ sudo: false install: - pip install tox - - pip install cython - - make cythonize script: - tox language: