Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Added development libraries to compile on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Liban committed Jul 7, 2013
1 parent d9d2a94 commit a956d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ services:
- memcache
- redis

# Make sure the gevent, python and memcached development libraries are installed
before_install: "sudo apt-get install python-dev libevent-dev libmemcached-dev"
install: "pip install -r requirements.txt"
script: "nosetests tests"

Expand Down

0 comments on commit a956d22

Please sign in to comment.