summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2012-09-03 08:52:12 -0400
committerJP <jpellerin@gmail.com>2012-09-03 08:52:12 -0400
commitc0ba039c0d1604372654c6ecbee8c29af1820bf1 (patch)
treed170c949d9581d7130fa41aaab3f1e5c13bdbcc8
parentc0203576fea1823f22840e1ca652e8ddad685d04 (diff)
parent3ed6a8d33b241c27f151d72d940cdcda53707172 (diff)
downloadnose-c0ba039c0d1604372654c6ecbee8c29af1820bf1.tar.gz
Merge remote-tracking branch 'ielectric/travis-ci' into merge-travis
-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..e4488bb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - 2.5
+ - 2.6
+ - 2.7
+ - 3.2
+ - pypy
+script:
+ - python setup.py test