Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 15, 2018
1 parent 30f885b commit b7365da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -14,8 +14,10 @@ matrix:
env: TOXENV=py36
before_install:
- brew update
- pip uninstall virtualenv || true
- brew upgrade python
- virtualenv env -p python3
- pip install -U virtualenv
- virtualenv env
- source env/bin/activate
allow_failures:
- os: osx
Expand Down

0 comments on commit b7365da

Please sign in to comment.