diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-04 01:48:03 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-04 01:48:03 +0200 |
commit | 37b244b5e7d4e025e474112a08d90ca418f6a262 (patch) | |
tree | de074b986625c1f35901cd8dc39bc849f6a91d00 | |
parent | d96c651f51b25988235ff79b50c7f9355fb16dd7 (diff) | |
download | factory-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>
-rw-r--r-- | .travis.yml | 4 |
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 |