Skip to content

Commit

Permalink
Merge pull request #40 from edx/benp/travis-use-docker
Browse files Browse the repository at this point in the history
Use the docker infrastructure for travis builds.
  • Loading branch information
Ben Patterson committed Feb 26, 2016
2 parents 0f0ec58 + 45ceece commit 5cab0bb
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
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
# Use docker for travis builds
sudo: false
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
Expand Down

0 comments on commit 5cab0bb

Please sign in to comment.