Skip to content

Commit

Permalink
One more attempt, deploy from py36-djmaster.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Feb 18, 2018
1 parent 9d6951a commit f49a8ba
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ dist: trusty
matrix:
fast_finish: true
include:
- python: 2.7
env: DEPLOY=1

- python: 2.7
env: TOXENV=py27-flake8
- python: 3.6
Expand Down Expand Up @@ -63,6 +60,15 @@ matrix:
env: TOXENV=py36-djmaster

cache: pip

install:
- pip install tox
script:
- tox
after_success:
- pip install codecov
- codecov

deploy:
provider: pypi
user: hellysmile
Expand All @@ -72,8 +78,8 @@ deploy:
on:
tags: true
all_branches: true
python: 2.7
condition: $DEPLOY = 1
python: 3.6
condition: $TOXENV = py36-dj200

notifications:
email:
Expand Down

0 comments on commit f49a8ba

Please sign in to comment.