Skip to content

Commit

Permalink
fixing #45
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed May 21, 2019
1 parent 9b9b462 commit 82930e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changes
=======

0.0.12 (2019-02-03)
0.0.14 (2019-05-21)
-------------------

* FIX: CI tests failed due to dependency link feature being dropped from ``pip``, see issue #45.

0.0.13 (2019-02-03)
-------------------

* FIX: Documentation could (sometimes) not be built on readthedocs.
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ upload_test:
done

install:
pip install --process-dependency-links .[dev]
pip install .[dev]
wine-pytest --version

install_link:
pip install --process-dependency-links -e .[dev]
pip install -e .[dev]
wine-pytest --version

test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


# Bump version HERE!
_version_ = '0.0.13'
_version_ = '0.0.14'


# List all versions of Python which are supported
Expand Down

0 comments on commit 82930e9

Please sign in to comment.