From b353f760c7f9b9d1091f23b67ff35122c87abac3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Oct 2014 15:30:26 -0400 Subject: fix environment variable setting for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b1494cd..965f1ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: script: - python setup.py build - - PYTHONPATH=build/lib.* nosetests + - PYTHONPATH=$(echo build/lib.*) nosetests -- cgit v1.2.3