Skip to content

Commit

Permalink
fabfile: test sympy when doing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 12, 2014
1 parent 1503007 commit 21b0cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def release(branch=None, fork='sympy'):
# This has to be run locally because it itself uses fabric. I split it out
# into a separate script so that it can be used without vagrant.
local("../bin/mailmap_update.py")
test_sympy()
source_tarball()
build_docs()
copy_release_files()
Expand Down

0 comments on commit 21b0cbf

Please sign in to comment.