Skip to content

Commit 8543e3c

Browse files
committed
Avoid duplication
1 parent e8ed9db commit 8543e3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ pip install setuptools
66

77
if [[ $RUN == nosetests ]]; then
88
# 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'
9+
pop install -r requirements.txt
1410
# filewatch specific dependencies
1511
pip install watchdog
1612
# jedi specific dependencies

0 commit comments

Comments
 (0)