Skip to content

Commit

Permalink
Bump toil-box and toil-stable-box to stable s3am release
Browse files Browse the repository at this point in the history
(cherry picked from commit f851502)
  • Loading branch information
hannes-ucsc committed Mar 31, 2016
1 parent c0380c6 commit fb64bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toil/src/cgcloud/toil/toil_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __install_toil( self ):
@fabric_task
def __install_s3am( self ):
virtualenv( name='s3am',
distributions=[ '--pre', 's3am==1.0b1.dev49' ],
distributions=[ 's3am==1.1' ],
pip_distribution="pip==8.0.2",
executable='s3am' )

Expand Down

0 comments on commit fb64bb1

Please sign in to comment.