Browse Source

fix travis

1.4
clowwindy 11 years ago
parent
commit
c3e5c6f2bc
  1. 2
      .travis.yml

2
.travis.yml

@ -4,7 +4,7 @@ python:
- 2.7 - 2.7
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq build-essential swig libevent-dev python-gevent python-m2crypto - sudo apt-get install -qq build-essential libssl-dev swig libevent-dev python-gevent python-m2crypto
- pip install gevent m2crypto - pip install gevent m2crypto
script: script:
- python test.py - python test.py

Loading…
Cancel
Save