Skip to content

Commit 31ea94d

Browse files
committed
fix osx again
1 parent 93883cb commit 31ea94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
before_install:
2424
- brew update
2525
- brew upgrade python
26-
- virtualenv $HOME/osx-py3 -p python3
26+
- python3 -m venv $HOME/osx-py3
2727
- source $HOME/osx-py3/bin/activate
2828
- python: 2.7
2929
env: TOXENV=stylecheck

0 commit comments

Comments
 (0)