summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:31:02 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:31:02 -0400
commit61447cc8197e2ee77db2a69699dce4e4c5ad8809 (patch)
treec38dee23254dc7e4aec95f9bde632315ebf73560
parentb1c929ad6b1b97885e9f30776edf93db9aeccf88 (diff)
downloadcliff-tablib-61447cc8197e2ee77db2a69699dce4e4c5ad8809.tar.gz
add travis-ci.org configuration file
Change-Id: Id70ddd915f0be49b9d840a316ee5761a51798d66
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ec5f477
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - 2.7
+ - 3.2
+install: pip install nose mock coverage pep8
+script: nosetests -d