From 060bab99e3199fee41224ca9e51a3472c6ff9de3 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Thu, 25 Jul 2013 17:39:47 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8c531d7e79e0..97a181abf8caa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: python python: - "2.7" - - "3.3" virtualenv: system_site_packages: true before_install: - sudo apt-get update -qq - - sudo apt-get install -qq python-scipy python-nose python3-scipy python3-nose + - sudo apt-get install -qq python-scipy python-nose install: python setup.py build_ext --inplace script: make test