Skip to content

Commit 7776d02

Browse files
committed
dont run test during rever
1 parent 2fa8904 commit 7776d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rever.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command('publish_npm', 'yarn publish --access=public --new-version $VERSION', ''
55

66
$PROJECT = 'jupyter-archive'
77

8-
$ACTIVITIES = ['run_tests', 'version_bump', 'tag', 'push_tag', 'pypi', 'publish_npm', 'ghrelease', 'bump_to_dev', 'push_tag']
8+
$ACTIVITIES = ['version_bump', 'tag', 'push_tag', 'pypi', 'publish_npm', 'ghrelease', 'bump_to_dev', 'push_tag']
99

1010
$VERSION_BUMP_PATTERNS = [('jupyter_archive/_version.py', '__version__\s*=.*', "__version__ = '$VERSION'"),
1111
('package.json', '"version"\s*:.*,', '"version": "$VERSION",')]

0 commit comments

Comments
 (0)