fix dumb mistake
This commit is contained in:
parent
42e3681a8d
commit
ff093c4155
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ matrix:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- wget https://www.python.org/ftp/python/2.7.13/python-2.7.13-macosx10.6.pkg
|
- wget https://www.python.org/ftp/python/2.7.13/python-2.7.13-macosx10.6.pkg
|
||||||
- sudo installer -pkg python-2.7.11-macosx10.6.pkg -target /
|
- sudo installer -pkg python-2.7.13-macosx10.6.pkg -target /
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
- wget https://nodejs.org/dist/v6.9.4/node-v6.9.4.pkg
|
- wget https://nodejs.org/dist/v6.9.4/node-v6.9.4.pkg
|
||||||
|
|
Loading…
Reference in a new issue