From 943f9b22ec2d77f0feb7bab67c1db9736d37c873 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Tue, 2 Aug 2016 08:51:11 -0700 Subject: [PATCH] tweak to Travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e054a6..8179f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python env: - CONDA="python=2.7" + - CONDA="python=3.4" - CONDA="python=3.5" before_install: @@ -13,5 +14,4 @@ before_install: - source activate TEST script: - - python setup.py install - python setup.py test