Skip to content

Commit

Permalink
Check the release tarballs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 7, 2013
1 parent 918381c commit 7e3bcfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def release(branch=None):
copy_release_files()
test_tarball('2')
test_tarball('3')
compare_tar_against_git('2')
compare_tar_against_git('3')

def python2_tarball():
with cd("/home/vagrant/repos/sympy"):
Expand Down

0 comments on commit 7e3bcfb

Please sign in to comment.