Skip to content

Commit

Permalink
8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Mar 7, 2018
1 parent 7ca1daa commit a40b603
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- 3.5
- 3.6
jobs:
include:
- stage: test
python:
- 3.5
- 3.6
install:
- pip install -e .
- pip install -r requirements_test.txt
Expand All @@ -21,15 +21,14 @@ jobs:
- rabbitmq
- stage: deploy
python: 3.5
install: []
script: []
install: skip
script: skip
before_deploy:
- echo "$TRAVIS_TAG" > VERSION
deploy:
on:
repo: cenkalti/kuyruk
tags: true
skip_cleanup: true
provider: pypi
user: cenkalti
password:
Expand Down

0 comments on commit a40b603

Please sign in to comment.