Skip to content

Commit d20869f

Browse files
committed
travis: no longer test Python 2 and PyPy
1 parent 1659b6d commit d20869f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.travis.install.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
2918
elif [[ $RUN == build_sphinx ]]; then

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ python:
77
- "3.8"
88
- "3.7"
99
- "3.6"
10-
- "2.7"
1110
- "nightly"
12-
- "pypy"
1311
- "pypy3"
1412

1513
env:
@@ -19,7 +17,6 @@ env:
1917
matrix:
2018
allow_failures:
2119
- python: "nightly"
22-
- python: "pypy"
2320
- python: "pypy3"
2421

2522
install:

0 commit comments

Comments
 (0)