diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-28 23:42:32 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-28 23:43:03 +0100 |
commit | 7a7bfc750605701cb7d82656e918a5b375fbc385 (patch) | |
tree | 7f2679acddd83088ef4e09d311e38cee930db98b /.travis.yml | |
parent | 4d6847eb93aa269130ad803fb50be99c4a7508d0 (diff) | |
download | factory-boy-7a7bfc750605701cb7d82656e918a5b375fbc385.tar factory-boy-7a7bfc750605701cb7d82656e918a5b375fbc385.tar.gz |
Advertise PyPy support.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e32214b..d0735d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.2" - "3.3" + - "pypy" script: - python setup.py test |