summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2017-11-07 01:54:33 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2017-11-07 01:55:57 +0200
commita3ca76945f2538f0e3bfaacf8996ac570f35961c (patch)
tree4c877627ccb5a95c98bea2b2d8b14b7a9cce186f
parent51f76aec1495a31dc0037f9b13d2cd569ad5a861 (diff)
downloadapscheduler-a3ca76945f2538f0e3bfaacf8996ac570f35961c.tar.gz
Don't require sudo where it's not needed
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ef44eac..bfe4f46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,11 +29,13 @@ jobs:
python: "3.6"
- env: TOXENV=flake8
+ sudo: false
python: "3.5"
before_install: skip
after_success: skip
- stage: deploy to PyPI
+ sudo: false
python: "3.5"
before_install: skip
install: pip install -U setuptools
@@ -49,8 +51,7 @@ jobs:
tags: true
repo: agronholm/apscheduler
-before_install:
- - docker-compose up -d
+before_install: docker-compose up -d
install: pip install tox