From 30e597e3e013dae86aa1f6177bff93a149d73a8e Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 21 Mar 2015 03:32:42 -0700 Subject: [PATCH] Test with python 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8527dee9..ef206607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.7" + - "3.3" virtualenv: system_site_packages: true before_install: