Revert "[travis] try python -c 'import brotli' to debug pypy3 build failing"

This reverts commit ecba74224a13b5d3bf9c0ca0829e63357086d19c.
This commit is contained in:
Cosimo Lupo 2015-08-20 01:27:31 +01:00
parent 551f9506b3
commit 7ef718b9c5

View File

@ -17,7 +17,6 @@ before_install:
- g++ --version
install:
- pip install -vr requirements.txt
- python -v -c "import brotli"
- make install
script:
- make check