Skip to content

Commit

Permalink
Merge pull request #20 from xsleonard/travis-cleanup
Browse files Browse the repository at this point in the history
Travis cleanup
  • Loading branch information
xsleonard committed Sep 26, 2019
2 parents 945999b + 912bdb2 commit 20a7f12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- "pip install -r tests/requirements.txt"
- "pip install -r requirements.txt"
- "pip install coveralls"
- "python setup.py develop"
script:
script:
python setup.py test
after_success:
coveralls
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/xsleonard/pystmark/badge.png)](https://coveralls.io/r/xsleonard/pystmark)


[Postmark API](http://developer.postmarkapp.com/) library for python 2.6, 2.7, 3.3 and pypy.
[Postmark API](http://developer.postmarkapp.com/) library for python 2.7, 3.6 and pypy.
Built on top of the [requests](http://docs.python-requests.org/en/latest/) library.

## Web Framework Integration
Expand Down Expand Up @@ -50,7 +50,7 @@ except pystmark.UnauthorizedError:

1. Fork this repo
2. Make your changes and write a test for them
3. Add yourself to the AUTHORS file and submit a pull request
3. Add yourself to the [AUTHORS.md](./AUTHORS.md) file and submit a pull request

Please run the tests with `./setup.py test --with-integration`, with at least python2.7,
before you make a pull request. Requirements for running the tests are in `tests/requirements.txt`.
Expand All @@ -61,4 +61,4 @@ so that test is disabled if pypy is detected.

## Copyright and License

pystmark is licensed under the MIT license. See the LICENSE file for full details.
pystmark is licensed under the MIT license. See the [LICENSE](./LICENSE) file for full details.
2 changes: 1 addition & 1 deletion _pystmark_meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = 'pystmark'
__version__ = '0.4.6'
__version__ = '0.4.7'
__license__ = 'MIT'

0 comments on commit 20a7f12

Please sign in to comment.