Skip to content

Commit

Permalink
more travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schiermike committed Oct 13, 2014
1 parent f894286 commit a773c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:

before_install:
- sudo apt-get install python-dev libevent-dev
- pip install --use-mirrors Cython
- pip install Cython

install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -r requirements/py2kreqs.txt; fi
Expand Down
4 changes: 2 additions & 2 deletions requirements/py2kreqs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CherryPy==3.2.5
tornado==3.2
greenlet==0.4.1
greenlet==0.4.4
mock==1.0.1
Cython==0.20.1
-e git+git://github.com/surfly/gevent.git#egg=Package
gevent==1.0.1

0 comments on commit a773c40

Please sign in to comment.