Skip to content

Commit

Permalink
Release prep. !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Feb 9, 2019
1 parent e1cfc5d commit 28f67da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ and has been contributed to by (ordered by date of first contribution):
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ test:
test-all:
tox

test-most:
tox -e py27,py36

test-data:
# Move these to eyed3.nicfit.net
test -f ${TEST_DATA_DIR}/${TEST_DATA_FILE} || \
Expand Down Expand Up @@ -181,7 +178,7 @@ changelog:
mv ${CHANGELOG}.new ${CHANGELOG}; \
fi

build-release: test-most dist
build-release: test-all dist

freeze-release:
@(git diff --quiet && git diff --quiet --staged) || \
Expand Down

0 comments on commit 28f67da

Please sign in to comment.