We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1659b6d commit d20869fCopy full SHA for d20869f
2 files changed
.travis.install.sh
@@ -13,17 +13,6 @@ if [[ $RUN == nosetests ]]; then
13
pip install jedi
14
# translation specific dependencies
15
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
27
# build and install
28
python setup.py install
29
elif [[ $RUN == build_sphinx ]]; then
.travis.yml
@@ -7,9 +7,7 @@ python:
7
- "3.8"
8
- "3.7"
9
- "3.6"
10
- - "2.7"
11
- "nightly"
12
- - "pypy"
- "pypy3"
env:
@@ -19,7 +17,6 @@ env:
matrix:
allow_failures:
- python: "nightly"
- - python: "pypy"
- python: "pypy3"
install:
0 commit comments