summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2012-08-24 12:38:54 +0200
committerDomen Kožar <domen@dev.si>2012-08-24 12:38:54 +0200
commitef71dc1c555740ea402e5a6c227457240acf044c (patch)
tree70f0a6dca56769836fbdedbfeefc8be71c156a5f
parenta6894e0d23afc3afeb921620a2b61ebf6bbea5c8 (diff)
downloadnose-ef71dc1c555740ea402e5a6c227457240acf044c.tar.gz
add travis-ci support
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2fb65a0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - 2.5
+ - 2.6
+ - 2.7
+ - 3.2
+ - pypy
+script: python setup.py test