Skip to content

Commit

Permalink
Fix version pin format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Apr 18, 2017
1 parent c7a9f60 commit d4e89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
fast_finish: true
before_install:
- virtualenv .
- bin/pip install --upgrade zc.buildout==2.8.0 setuptools=34.1.1
- bin/pip install --upgrade zc.buildout==2.8.0 setuptools==34.1.1
- cp test-$PLONE_VERSION.cfg buildout.cfg
install:
- bin/buildout -N -t 3 annotate
Expand Down

0 comments on commit d4e89c4

Please sign in to comment.