summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 76eb1985..82d194f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ language: python
python:
- "3.5" # Python 3.5 still needs to be installed on Travis-CI
+services:
+ - docker
+
env:
- TOX_ENV=py27
- TOX_ENV=py34
@@ -12,10 +15,9 @@ env:
install:
- pip install tox coveralls
+sudo: required
script:
- NOSE_VERBOSE=0 tox -e $TOX_ENV
after_success:
- coveralls
-
-sudo: false