Browse Source

support for python 2.5

1.4
clowwindy 12 years ago
parent
commit
a7949805ce
  1. 1
      .travis.yml

1
.travis.yml

@ -7,6 +7,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libevent-dev python-gevent
- pip install gevent
- pip install simplejson
script:
- python test.py
branches:

Loading…
Cancel
Save