This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 2 files changed +15
-12
lines changed 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
4
+ 1.10.1 (2020-09-22)
5
+ -------------------
6
+
7
+ * Bugfix : Support for Tox 3.9+ (#67)
8
+
9
+ 1.10.0 (2020-05-01)
10
+ -------------------
11
+
12
+ * Bugfix : Support for Tox 3.8 (#66)
13
+
14
+
4
15
1.9.0 (2019-01-27)
5
16
------------------
6
17
Original file line number Diff line number Diff line change @@ -4,19 +4,11 @@ tox-pipenv
4
4
.. image :: https://img.shields.io/pypi/v/tox-pipenv.svg
5
5
:target: https://pypi.python.org/pypi/tox-pipenv
6
6
7
- .. image :: https://img.shields.io/travis/ tox-dev/tox-pipenv.svg
8
- :target: https://travis-ci.org /tox-dev/tox-pipenv
7
+ .. image :: https://github.com/ tox-dev/tox-pipenv/workflows/Test%20Package%20Compatibility/badge .svg
8
+ :target: https://github.com /tox-dev/tox-pipenv/actions
9
9
10
- .. image :: https://codecov.io/gh/tox-dev/tox-pipenv/branch/master/graph/badge.svg
11
- :target: https://codecov.io/gh/tox-dev/tox-pipenv
12
-
13
- .. image :: https://pyup.io/repos/github/tox-dev/tox-pipenv/shield.svg
14
- :target: https://pyup.io/repos/github/tox-dev/tox-pipenv/
15
- :alt: Updates
16
-
17
- .. image :: https://pyup.io/repos/github/tox-dev/tox-pipenv/python-3-shield.svg
18
- :target: https://pyup.io/repos/github/tox-dev/tox-pipenv/
19
- :alt: Python 3
10
+ .. image :: https://img.shields.io/pypi/dw/tox-pipenv
11
+ :alt: PyPI - Downloads
20
12
21
13
A tox plugin to replace the default use of virtualenv with Pipenv.
22
14
You can’t perform that action at this time.
0 commit comments