Skip to content

Commit

Permalink
Nothing is universal anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Jan 2, 2016
1 parent e056dd8 commit f05fe5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
29 changes: 19 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,26 @@ env:
- TOXENV=py27-django19
- TOXENV=pypy-django19
- TOXENV=py34-django19
docsinstall: pip install -q tox
install: pip install -q tox
script: tox
deploy:
provider: pypi
user: jazzband
distributions: "sdist bdist_wheel"
password:
secure: rECBwGxp/D0BcaNe6lW0XSjLOMkQLXm/Etft+l+wxhZZxkoaS5t38pWb1/wvWBuPa9I0GagRPbqap72PYJeEgS4BIgsIP8YRTxkggDJ6+CtecyMBxWWSKc94QW/x2HETQ1cYGsLwXgMEGV4WkjzKUUM3SYTjfz0jkMfMv0szufQ=
on:
tags: true
repo: jazzband/django-pipeline
condition: "$TOXENV = py27-django19"
- provider: pypi
user: jazzband
distributions: "sdist bdist_wheel"
password:
secure: rECBwGxp/D0BcaNe6lW0XSjLOMkQLXm/Etft+l+wxhZZxkoaS5t38pWb1/wvWBuPa9I0GagRPbqap72PYJeEgS4BIgsIP8YRTxkggDJ6+CtecyMBxWWSKc94QW/x2HETQ1cYGsLwXgMEGV4WkjzKUUM3SYTjfz0jkMfMv0szufQ=
on:
tags: true
repo: jazzband/django-pipeline
condition: "$TOXENV = py27-django19"
- provider: pypi
user: jazzband
distributions: "bdist_wheel"
password:
secure: rECBwGxp/D0BcaNe6lW0XSjLOMkQLXm/Etft+l+wxhZZxkoaS5t38pWb1/wvWBuPa9I0GagRPbqap72PYJeEgS4BIgsIP8YRTxkggDJ6+CtecyMBxWWSKc94QW/x2HETQ1cYGsLwXgMEGV4WkjzKUUM3SYTjfz0jkMfMv0szufQ=
on:
tags: true
repo: jazzband/django-pipeline
condition: "$TOXENV = py34-django19"
notifications:
email: false
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit f05fe5e

Please sign in to comment.