From f7e1f0cfe023bd7b5471f3908e5d3867cd833585 Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Tue, 14 Apr 2015 11:47:35 -0400 Subject: [PATCH] travis: remove core and bugs from allowed py3k failures --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c8f87d93..2b34990c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,9 @@ env: matrix: allow_failures: - python: "3.4" + env: CI_TARGET=icarus + - python: "3.4" + env: CI_TARGET=ghdl script: ./ci.sh