From 6c9ea81b2e7262bbf813045cd43e10ad4846ae32 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 20 Apr 2017 13:06:16 -0700 Subject: [PATCH] Update Travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9f6e74be..5652e3517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ language: python python: + - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 + - 3.6 - pypy - pypy3 @@ -15,4 +17,5 @@ script: python setup.py test install: # Temporary solution for Travis CI multiprocessing issue #943 + # https://github.com/travis-ci/travis-ci/issues/943 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm