aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-21 15:30:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-21 17:57:15 -0400
commitb353f760c7f9b9d1091f23b67ff35122c87abac3 (patch)
treee86a3a19ac5c629e289d143fd22748ef39acea4e /.travis.yml
parent9c62533d89a4d9440aee29e2acea464a89ebac1e (diff)
downloadlibvt100-python-b353f760c7f9b9d1091f23b67ff35122c87abac3.tar.gz
libvt100-python-b353f760c7f9b9d1091f23b67ff35122c87abac3.zip
fix environment variable setting for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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