File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ python:
77 - " 3.4"
88
99install :
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
1822script :
1923 - cd build/lib/
You can’t perform that action at this time.
0 commit comments