We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4038cd commit f555a1cCopy full SHA for f555a1c
.travis.install.sh
@@ -6,7 +6,11 @@ pip install setuptools
6
7
if [[ $RUN == nosetests ]]; then
8
# core dependencies
9
- pip install pygments requests 'curtsies >=0.1.17,<0.2.0' greenlet six
+ pip install pygments
10
+ pip install requests
11
+ pip install 'curtsies >=0.1.17,<0.2.0'
12
+ pip install greenlet
13
+ pip install 'six >=1.4'
14
# filewatch specific dependencies
15
pip install watchdog
16
# jedi specific dependencies
setup.py
@@ -171,7 +171,7 @@ def initialize_options(self):
171
'requests',
172
'curtsies >=0.1.17, <0.2.0',
173
'greenlet',
174
- 'six'
+ 'six >=1.4'
175
]
176
177
extras_require = {
0 commit comments