From 7ef718b9c5c68e266d4599ad2541158ab30f2f76 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 20 Aug 2015 01:27:31 +0100 Subject: [PATCH] Revert "[travis] try `python -c 'import brotli'` to debug pypy3 build failing" This reverts commit ecba74224a13b5d3bf9c0ca0829e63357086d19c. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e148acc1..3e18b90ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ before_install: - g++ --version install: - pip install -vr requirements.txt - - python -v -c "import brotli" - make install script: - make check