From 9280d4604d0aa3f811210cf98cbdce42f9ce9fcc Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Sat, 4 Mar 2017 11:24:23 -0500 Subject: [PATCH] Testing environments with Travis --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea78fd5..87ef724 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,18 +3,19 @@ language: python matrix: include: - os: linux - dist: trusty sudo: required python: 3.2 - include: - os: linux - dist: trusty sudo: required python: 2.7 - include: - os: osx osx_image: xcode7.2 sudo: required + python: 2.7 + - os: osx + osx_image: xcode7.2 + sudo: required + python: 3.2 before_install: - sudo apt-get update