Browse Source

use apt-get instead of pip

1.4
clowwindy 12 years ago
parent
commit
a38c2a88dc
  1. 3
      .travis.yml

3
.travis.yml

@ -3,7 +3,8 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
before_install: before_install:
- pip install gevent - sudo apt-get update -qq
- sudo apt-get install -qq python-gevent
script: script:
- python test.py - python test.py
branches: branches:

Loading…
Cancel
Save