X Tutup
Skip to content

Commit 4091bdc

Browse files
committed
Install dependencies first
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent c2b4fbe commit 4091bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
- "3.4"
88

99
install:
10-
- "python setup.py install"
1110
- "pip install 'curtsies<0.2.0' greenlet pygments requests"
11+
- "python setup.py install"
1212

1313
script:
1414
- cd build/lib/

0 commit comments

Comments
 (0)
X Tutup