summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-16 13:17:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-16 13:17:16 -0500
commitce5e0eb6ef5943bfa15edf5f9ea3f74e71ab00e4 (patch)
treef59a696a4d3ed995f322d3c6d2e7cffccae4045f
parent99622ab0e3d295a3ec17f69fb21dc68c94cc7fda (diff)
downloadpytest-runner-ce5e0eb6ef5943bfa15edf5f9ea3f74e71ab00e4.tar.gz
Correct travis syntax
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7ed90b..61180db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ python:
jobs:
fast_finish: true
+ include:
- stage: deploy
if: tag IS present
python: *latest_py3