From d8d15e4710c1abd5e3a2819b76cf2f8244a26d6c Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Fri, 31 Oct 2014 16:06:43 -0700 Subject: [PATCH] Update travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20b9dc421..88623a2aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - - 2.5 - 2.6 - 2.7 - 3.2 - 3.3 + - 3.4 - pypy services: @@ -14,5 +14,5 @@ services: script: python setup.py test install: - #Temporary solution for Travis CI mutiprocessing issue #155 + # Temporary solution for Travis CI multiprocessing issue #943 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm