Skip to content

Commit 97c2b06

Browse files
committed
Install more dependencies
… and comment why they are needed. This enables building of the documentation and translations. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 4091bdc commit 97c2b06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

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

99
install:
10-
- "pip install 'curtsies<0.2.0' greenlet pygments requests"
10+
- "pip install setuptools"
11+
- "pip install pygments requests" # core dependencies
12+
- "pip install 'curtsies<0.2.0' greenlet" # curtsies specific dependencies
13+
- "pip install babel" # translation specific dependencies
14+
- "pip install sphinx" # documentation specific dependencies
1115
- "python setup.py install"
1216

1317
script:

0 commit comments

Comments
 (0)