Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
Testing deploy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Feb 21, 2018
1 parent 8328d60 commit 95b9c72
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:

env:
- "TASK=lint"
- "TASK=doctest"
- "TASK=test_travis"

before_install:
Expand All @@ -16,3 +17,9 @@ install:

script:
- "make $TASK"

deploy:
provider: pypi
user: "alcarney"
password:
secure: "DyebIxFW9TqdVVedrhKlfUvelZjk6aL4ng5800BVOLPOdrOVaCL8iX/Tt6Iq2a5JEsoVoAV8pV6HKaSvjmxQvbNGd3Dd1TA3OIrgAkU/ivZFfYPgTK5XmuBOqxwJ3CEr72AIxCJSkvoO2z7znJwA3IGYZdreTCmh5/jiqWPmxbDUcyAysZ77L7tHQdCuEe49A9dFEUgLGUCg9KxRCpabHhMsvcIF/GDVHPho/nxG2WbOa5t6heVFxBNqtiIKaIW0J0Hsq/g+lLOR9kOMmrwi/pOsZZeX9YvcDkGo5jHsyVJsui1JBlpCVc3eFekt0dR8ivltLCKQkC9XcYlkqRaP/2gqVLsePRZG7JRIwZ73+R2pKot46VmoZTBMWP5YfXhqaYuD6vmQMMqHeUuvNFTBNzmLPaXscU/6E6pYZpOIsK6qP9JG++UlbHFgsOuqDrpo78zJC138+khZT8oaoc2rU8gBvCvNpEpVoQHzfz/BX8me6fiovCgC/3gWPcj7+VVvLq9JrCQwa5J0foN0dJ0fFnwA0fQOi7qXT+79iWuF3lm4hZnCt2v8Kbtlnr5gjaOD2FxkeVz9BDmpHBuu0FQsaXc6U6Vr1KXwazIYGK06sdyabs4j0YRZAYY1sehx+Z8+o/iFcNguhNvorqHBzv3cdssBGCrNQACdzKzlN91hH8A="
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
==========
0.0.2 21/02/2018
================

This release is mainly to test the deploy: option on travis although there
have been some changes

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion topos/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 95b9c72

Please sign in to comment.