Skip to content

Commit

Permalink
Open up toil-latest-box for Toil pre-releases up to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Sep 23, 2016
1 parent 96fbb56 commit 183f0aa
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 @@ -179,7 +179,7 @@ class ToilLatestBox( ToilBox ):
"""
A box with Mesos, the latest unstable release of Toil and their dependencies installed
"""
default_spec = 'toil[aws,mesos,encryption,cwl]<=3.4.0'
default_spec = 'toil[aws,mesos,encryption,cwl]<=3.6.0'


class ToilLeader( ToilBox, ClusterLeader ):
Expand Down

0 comments on commit 183f0aa

Please sign in to comment.