Skip to content

Commit

Permalink
Fix travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 4, 2016
1 parent f7f1b5c commit 75e3e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ python:
- '3.3'
- '3.5'
- pypy
script:
- python setup.py test
- codeclimate-test-reporter
script: python setup.py test
after_success: codeclimate-test-reporter
notifications:
email: false
slack: noop-fa:zbwZeeSi5kgDshj6FO4BkNZU
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed old reference name in a test, which was causing builds to fail.
- Many many readme fixes.
- Test coverage setup.
- Moved codeclimate test reporting to `after_success` so it won't break forks.

## [0.2.2] - 2016-10-02
### Fixed
Expand Down

0 comments on commit 75e3e0a

Please sign in to comment.