From 218d6638147fcb9e3ba9da3a0f6051fbbb4d2a2e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 26 May 2014 12:08:21 +0200 Subject: [PATCH] Fix travis descriptor --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5998aec..b78ce7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ language: python matrix: include: - python: 2.6 + env: - NUMPYSPEC===1.6.2 - python: 2.7 + env: - NUMPYSPEC===1.8.0 - python: 3.2 env: -- GitLab