From 83b943df90c79d57f75472405119185447edd1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Mon, 13 Jun 2016 18:30:25 -0700 Subject: [PATCH] BLD: Run tests with PY3K Fixes #313 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bc51132b..022aa805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.4" env: - NUMPY_VERSION="" WITH_COVERAGE=1 # environment to test with the latest version of NumPy # test only with the latest stable releases of numpy i.e. 1.9.x and 1.10.x