.travis: remove Python 2 pypy from master as well

This commit is contained in:
James Lu 2017-09-01 18:42:09 -07:00
parent c9bcbbb934
commit c4b858e02d

View File

@ -5,7 +5,6 @@ python:
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3.3-5.2-alpha1" # Per https://github.com/ProgVal/Limnoria/blob/62616a3/.travis.yml#L13
addons:
@ -32,7 +31,6 @@ notifications:
matrix:
allow_failures:
- python: "pypy"
- python: "pypy3.3-5.2-alpha1"
- python: "nightly"
- env: SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""