Skip to content

Commit

Permalink
playing around with build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Heckmann committed Feb 20, 2019
1 parent e38a1f6 commit 2d5b5aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
- source tests/travis_install.sh
- travis_retry pip install pip setuptools --upgrade
- travis_retry pip install tox
- if [[ "$COVERAGE" == "true" ]]; then travis_retry pip install coveralls; fi
# ^ DEPRECATION WARNING:
# The automatic creation of a `requirements.txt` file is deprecated.
# See `Dependency Management` in the docs for other options.
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Contributors
============

* Harald Heckmann <harald.b.heckmann@student.hs-rm.de>
* Harald Heckmann <harald.heckmann93@web.de>
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
Changelog
=========

Pre Version 0.1
===============

- Setup Project (structure, travis, tox, coverage, sphinx, git-prehooks)

Version 0.1
===========

- Feature A added
- FIX: nasty bug #1729 fixed
- add your changes here!
- Not released yet!

0 comments on commit 2d5b5aa

Please sign in to comment.