Skip to content

Commit

Permalink
Remove version pinning for setuptools.
Browse files Browse the repository at this point in the history
modified:   .travis.yml
  • Loading branch information
jugmac00 committed Apr 13, 2019
1 parent 5649722 commit 0d6ed63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
sudo: false

python:
- 2.7
- 3.4
Expand All @@ -8,14 +8,15 @@ python:

install:
- pip install six==1.10.0 # force here to avoid conflict with zc.recipe.testrunner
- pip install -U setuptools==33.1.1
- pip install -U setuptools
- pip install coveralls coverage
- pip install zc.buildout
- buildout bootstrap
- buildout

script:
- coverage run bin/test -v1

after_success:
- coverage combine
- coveralls
Expand Down

0 comments on commit 0d6ed63

Please sign in to comment.