Skip to content

Commit

Permalink
Merge 5841122 into e63c488
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Mar 27, 2018
2 parents e63c488 + 5841122 commit 4621afb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,11 @@ python:
- nightly

before_install:
- pip install --upgrade setuptools
- pip uninstall -y six
# clean existing dependencies to avoid clashes
- pip freeze | xargs pip uninstall -y
- pip uninstall -y setuptools
- pip install setuptools==33.1.1 # pin specific version in virtualenv
- pip freeze --all # debug

install:
- python bootstrap.py
Expand Down

0 comments on commit 4621afb

Please sign in to comment.