File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,13 @@ matrix:
33 - language : generic
44 os : osx
55 before_install :
6- - curl https://bootstrap.pypa.io/get-pip.py | sudo python
7- - sudo pip install virtualenv
86 - virtualenv venv
97 - . ./venv/bin/activate
108 - language : generic
119 os : osx
1210 before_install :
13- - brew update
14- - brew install python3
15- - virtualenv env -p python3
11+ - pyenv install 3.6.3
12+ - virtualenv env -p $(pyenv root)/versions/3.6.3/bin/python
1613 - source env/bin/activate
1714 - language : python
1815 python : 2.7
Original file line number Diff line number Diff line change 66
77deps = ['requests' , 'ruamel.yaml' , 'appdirs' ]
88extra_deps = {
9- ':sys_platform == "win32"' : ['pypiwin32==219 ' ],
9+ ':sys_platform == "win32"' : ['pywin32 ' ],
1010 ':sys_platform == "darwin"' : ['pyobjc-core' , 'pyobjc' ],
1111 'xmpp' : [
1212 'sleekxmpp' , 'dnspython' if version_info [0 ] < 3 else 'dnspython3' ],
You can’t perform that action at this time.
0 commit comments