Commit f05fe5e5 by Timothée Peignier

Nothing is universal anymore

parent e056dd80
...@@ -7,17 +7,26 @@ env: ...@@ -7,17 +7,26 @@ env:
- TOXENV=py27-django19 - TOXENV=py27-django19
- TOXENV=pypy-django19 - TOXENV=pypy-django19
- TOXENV=py34-django19 - TOXENV=py34-django19
docsinstall: pip install -q tox install: pip install -q tox
script: tox script: tox
deploy: deploy:
provider: pypi - provider: pypi
user: jazzband user: jazzband
distributions: "sdist bdist_wheel" distributions: "sdist bdist_wheel"
password: password:
secure: rECBwGxp/D0BcaNe6lW0XSjLOMkQLXm/Etft+l+wxhZZxkoaS5t38pWb1/wvWBuPa9I0GagRPbqap72PYJeEgS4BIgsIP8YRTxkggDJ6+CtecyMBxWWSKc94QW/x2HETQ1cYGsLwXgMEGV4WkjzKUUM3SYTjfz0jkMfMv0szufQ= secure: rECBwGxp/D0BcaNe6lW0XSjLOMkQLXm/Etft+l+wxhZZxkoaS5t38pWb1/wvWBuPa9I0GagRPbqap72PYJeEgS4BIgsIP8YRTxkggDJ6+CtecyMBxWWSKc94QW/x2HETQ1cYGsLwXgMEGV4WkjzKUUM3SYTjfz0jkMfMv0szufQ=
on: on:
tags: true tags: true
repo: jazzband/django-pipeline repo: jazzband/django-pipeline
condition: "$TOXENV = py27-django19" 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: notifications:
email: false email: false
[wheel]
universal = 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment