Commit 626f8bd8 authored by Denis Bilenko's avatar Denis Bilenko

.travis.yml: less noise when building cython

parent e5b2f487
......@@ -3,8 +3,10 @@ python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
# - "3.2"
install:
- pip install greenlet cython --use-mirrors
- pip install cython -q --user-mirrors
- cython --version
- pip install greenlet --use-mirrors
- python setup.py install
script: cd greentest && python testrunner.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment