summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-04 01:48:03 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-04 01:48:03 +0200
commit37b244b5e7d4e025e474112a08d90ca418f6a262 (patch)
treede074b986625c1f35901cd8dc39bc849f6a91d00 /.travis.yml
parentd96c651f51b25988235ff79b50c7f9355fb16dd7 (diff)
downloadfactory-boy-37b244b5e7d4e025e474112a08d90ca418f6a262.tar
factory-boy-37b244b5e7d4e025e474112a08d90ca418f6a262.tar.gz
Enable builds for python-2.6 on travis-ci.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a9e290..2c485a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
script: "python setup.py test"
notifications:
email: false