diff --git a/.travis.yml b/.travis.yml index fdb89634a..4f3147233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,11 +40,12 @@ matrix: - python: "pypy3" env: WITH_OPT_DEPS=false dist: trusty - - python: "pypy3" - env: WITH_OPT_DEPS=true - dist: xenial -# allow_failures: - python: "nightly" env: WITH_OPT_DEPS=true dist: xenial + + allow_failures: + - python: "pypy3" + env: WITH_OPT_DEPS=true + dist: xenial