From 490b0bbb1d6910bc804de0960937e073bf7d9164 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Mar 2013 14:51:18 -0500 Subject: travis-ci: skip tests with optional deps on py3.3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a2838ea2b..f93ab07c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ matrix: exclude: - python: "3.2" env: WITH_OPTIONAL_DEPS=yes + - python: "3.3" + env: WITH_OPTIONAL_DEPS=yes before_install: - testsuite/before_install.sh install: -- cgit v1.2.3-1-g7c22