summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:39:10 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:39:41 +0200
commit29de94f46b356bef181e8cf02d6cb3ae4ac52075 (patch)
tree011e8c125a82ec7a486cff63899c0fc665c0a2e8 /.travis.yml
parente95475d492ea4e08ebc9b99e1851861df1eb83c0 (diff)
downloadfactory-boy-29de94f46b356bef181e8cf02d6cb3ae4ac52075.tar
factory-boy-29de94f46b356bef181e8cf02d6cb3ae4ac52075.tar.gz
Allow skipping Mongo tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed331d4..e1600bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- "pypy"
script:
- - python setup.py test
+ - SKIP_MONGOENGINE=1 python setup.py test
install:
- make install-deps