aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-21 15:25:08 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-21 15:25:08 -0400
commit9c62533d89a4d9440aee29e2acea464a89ebac1e (patch)
tree9001839bb18ac283eacbc457807296d9f127eab7 /.travis.yml
parent7b783d53bbb29896322cd1b20e0df82cc43ed090 (diff)
downloadlibvt100-python-9c62533d89a4d9440aee29e2acea464a89ebac1e.tar.gz
libvt100-python-9c62533d89a4d9440aee29e2acea464a89ebac1e.zip
add travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b1494cd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.7"
+ - "3.3"
+ - "3.4"
+
+script:
+ - python setup.py build
+ - PYTHONPATH=build/lib.* nosetests