Skip to content

Commit

Permalink
Merge pull request #65 from ldoktor/travis
Browse files Browse the repository at this point in the history
travis.yaml: Use container-based docker and enable caching
  • Loading branch information
lmr committed Jul 31, 2015
2 parents 6f70bb7 + a145d0d commit 27f422e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ python:
- "2.7"
- "2.6"

sudo: false

install:
- pip install -r requirements-travis.txt
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ]; then pip install -r requirements-travis-python26.txt; fi
Expand Down

0 comments on commit 27f422e

Please sign in to comment.