Skip to content

Commit

Permalink
Fix travis.yml deploy section for pypi (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Aug 6, 2014
1 parent 8cd0168 commit db9dcad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
@@ -1,20 +1,19 @@
language: python
os:
- linux
- osx
- linux
- osx
python:
- '2.7'
- '2.7'
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install -r requirements.txt
- pip install coveralls
script: nosetests --with-coverage --cover-package=taffmat
after_success:
coveralls
after_success: coveralls
deploy:
provider: pypi
user: mdrpypi
password:
secure: NuAyLbTylUd/9gjVh5XwbF/IlG+ebkMSlAK/zVrDNlK0qsbReKI8kKsWsEkpGgxYjVwJeyquFNVSlQC3XwcKm3i4lrUBdlSUCapFmcs/cmnqWHW2VgtCxcgL76JmwkyIVcg9IrdA4izo11k9gmm+ve+Shgh3e0wlln4xpuGdLhE=
secure: 8v1g9ScIbgasoWjlsuimA32v066w9ZwEqLjeXY1jUTArhy3WSyk4OTnCPMJ6ZanYqDVumYlVHCBzZZEXSolKViQF5AIS6qY1/qsbtph4Arg+QiC8/Wk4QNSdiK90N+k6clSQI/Jr4i8DuDKsIPqSiZgoEXgK58aauVDYgBWZbYg=
on:
all_branches: true
tags: true
repo: questrail/taffmat
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -2,7 +2,7 @@

## develop (unreleased)

## 0.2.1-0.2.5 (August 6, 2014)
## 0.2.1-0.2.6 (August 6, 2014)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion taffmat.py
Expand Up @@ -59,7 +59,7 @@
# Data analysis related imports
import numpy as np

__version__ = '0.2.5'
__version__ = '0.2.6'


def _append_windows_newlines(input_list_of_strings):
Expand Down

0 comments on commit db9dcad

Please sign in to comment.