summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-09-22 16:23:00 -0700
committerjquast <contact@jeffquast.com>2013-09-22 16:23:00 -0700
commitb450712f0bbe661edbd4cc49afef4728bc6dcea7 (patch)
tree5a57c26ddbaa835285934c93d0abbb4942a61289 /.travis.yml
parent3275a9db6b4eebaf96c7a263cf21d1591026d3e5 (diff)
downloadpexpect-git-b450712f0bbe661edbd4cc49afef4728bc6dcea7.tar.gz
continuing travis CI work; getting there
( and failing badly! )
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c63867f..1450ae9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,16 @@ python:
- 3.2
- pypy
+
+virtualenv:
+ system_site_packages: true
+
before_script:
- source test.env
+install:
+ - export PYTHONIOENCODING=UTF8
+ - python setup.py install
+
script:
- - python tools/testall.py
+ - ./tools/testall.py