.travis: remove broken pypy3, nightly branches

(cherry picked from commit 767d3ac7629208f91bc728568e0cf0abaff7b1d0)
This commit is contained in:
James Lu 2017-09-01 18:43:26 -07:00
parent 9ffffb538f
commit 23231a4556

View File

@ -5,9 +5,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3.3-5.2-alpha1" # Per https://github.com/ProgVal/Limnoria/blob/62616a3/.travis.yml#L13
addons:
apt:
@ -34,8 +32,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=""
branches: