We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ed9db commit 8543e3cCopy full SHA for 8543e3c
.travis.install.sh
@@ -6,11 +6,7 @@ pip install setuptools
6
7
if [[ $RUN == nosetests ]]; then
8
# core dependencies
9
- pip install pygments
10
- pip install requests
11
- pip install 'curtsies >=0.1.17'
12
- pip install greenlet
13
- pip install 'six >=1.5'
+ pop install -r requirements.txt
14
# filewatch specific dependencies
15
pip install watchdog
16
# jedi specific dependencies
0 commit comments