From 5686ae8126fc588da373bf11f786757e202cc1c6 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Tue, 24 May 2016 16:34:04 -0600 Subject: [PATCH] and again --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e46a08..d28287c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,21 +11,26 @@ matrix: - os: osx osx_image: xcode7.1 language: generic + before_install: + - brew update + - brew install python - os: osx osx_image: xcode7.3 language: generic env: BREW_PYTHON="python3" + script: "make test" - os: linux python: 2.7 language: python - os: linux python: 3.4 - sudo: required + language: python - os: linux python: 3.5 language: python - sudo: required - os: linux python: pypy + language: python - os: linux python: pypy3 + language: python