Skip to content

Commit 66065d4

Browse files
committed
Merge branch 'master' into multi-screenlock
* master: virtualenv already installed i think use pyenv for py3k Switch to pywin32
2 parents d95250b + c6a49d4 commit 66065d4

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
deps = ['requests', 'ruamel.yaml', 'appdirs']
88
extra_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'],

0 commit comments

Comments
 (0)