File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
- Travis testing for 3.7 (needed OpenSSL, sudo and Xenial)
6
6
- Fixed:
7
7
- PyPI wasn't rendering markdown because I didn't tell it what format to use.
8
+ - Python 2 wasn't installing via pip because of a new utils package. It has been zapped.
9
+ - Maintainers:
8
10
- TestPyPI version strings count from the latest tagged commit, which should be the last release
9
- - Fix for Python 2 by removing utils package
11
+ - Install from TestPyPI works via ` make install-testpypi `
10
12
11
13
## Version 3.0.0
12
14
- Breaking:
Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ clean-temps:
65
65
rm -rf $(TEMPS )
66
66
67
67
install-testpypi :
68
- pip install --index-url https://test.pypi.org/simple/ intervaltree
68
+ pip install \
69
+ --index-url https://test.pypi.org/simple/ \
70
+ --extra-index-url https://pypi.org/simple \
71
+ intervaltree
69
72
70
73
install-pypi :
71
74
pip install intervaltree
You can’t perform that action at this time.
0 commit comments