As a result of Python 2 sunset - https://www.python.org/doc/sunset-python-2/ - Python 2 code will not be supported in this project anymore and new Python code should be written only for Python 3. Signed-off-by: Petr Lautrbach <plautrba@xxxxxxxxxx> --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a9e73ce55db..e9f86baa4e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,8 @@ env: - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd # Test several Python versions - - PYVER=python2.7 RUBYLIBVER=2.6 - PYVER=python3.5 RUBYLIBVER=2.6 - PYVER=python3.6 RUBYLIBVER=2.6 - - PYVER=pypy2.7-6.0 RUBYLIBVER=2.6 - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6 # Test several Ruby versions (http://rubies.travis-ci.org/) -- 2.23.0