File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,6 @@ if [[ $RUN == nosetests ]]; then
1313 pip install jedi
1414 # translation specific dependencies
1515 pip install babel
16- # Python 2.7 specific dependencies
17- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
18- # dependencies for crasher tests
19- pip install Twisted urwid
20- fi
21- case $TRAVIS_PYTHON_VERSION in
22- 2* |pypy)
23- # test specific dependencies
24- pip install mock
25- ;;
26- esac
2716 # build and install
2817 python setup.py install
2918elif [[ $RUN == build_sphinx ]]; then
Original file line number Diff line number Diff line change 77 - " 3.8"
88 - " 3.7"
99 - " 3.6"
10- - " 2.7"
1110 - " nightly"
12- - " pypy"
1311 - " pypy3"
1412
1513env :
1917matrix :
2018 allow_failures :
2119 - python : " nightly"
22- - python : " pypy"
2320 - python : " pypy3"
2421
2522install :
You can’t perform that action at this time.
0 commit comments