diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-02-24 09:09:18 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-02-24 09:09:18 -0800 |
commit | 9d8555fba7dc7d7a86bd82921ecfceb8f4720465 (patch) | |
tree | 35d591aaa02b07c7c493ee7c9dce079b47110518 /.travis.yml | |
parent | 184287555f89c2e4c35ca4300e0ea6554baae3e8 (diff) | |
download | isort-9d8555fba7dc7d7a86bd82921ecfceb8f4720465.tar.gz |
.travis.yml: Add pypy
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1e66aee5..12bbf4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: + - "pypy" - "2.6" - "2.7" - "3.2" - "3.3" -script: python setup.py test
\ No newline at end of file +script: python setup.py test |