Skip to content

Commit ab54341

Browse files
committed
Reformat
1 parent 9119e53 commit ab54341

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ python:
77
- "3.4"
88

99
install:
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
10+
- pip install setuptools
11+
# core dependencies
12+
- pip install pygments requests
13+
# curtsies specific dependencies
14+
- pip install 'curtsies<0.2.0' greenlet
15+
# translation specific dependencies
16+
- pip install babel
17+
# documentation specific dependencies
18+
- pip install sphinx
1519
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
16-
- "python setup.py install"
20+
- python setup.py install
1721

1822
script:
1923
- cd build/lib/

0 commit comments

Comments
 (0)