Added cache for apt in Travis

This commit is contained in:
Yohan Graterol 2014-06-30 00:14:47 -05:00
parent 27c33911e6
commit 938cdf316a

View File

@ -1,5 +1,6 @@
# http://travis-ci.org/#!/MongoEngine/mongoengine # http://travis-ci.org/#!/MongoEngine/mongoengine
language: python language: python
cache: apt
services: mongodb services: mongodb
python: python:
- "2.6" - "2.6"