Skip to content

Commit 97f8a63

Browse files
authored
fix travis (untitaker#33)
* fix travis
1 parent 31ea94d commit 97f8a63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ matrix:
2323
before_install:
2424
- brew update
2525
- brew upgrade python
26-
- python3 -m venv $HOME/osx-py3
27-
- source $HOME/osx-py3/bin/activate
26+
- python3 -m pip install --user virtualenv
27+
- /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
28+
- source $HOME/osx-py/bin/activate
2829
- python: 2.7
2930
env: TOXENV=stylecheck
3031
- python: 3.6

0 commit comments

Comments
 (0)