diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-01-18 19:21:57 +0000 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2014-01-18 19:21:57 +0000 |
| commit | bb7e1996ef1500df06e3052979df62a7295abc2e (patch) | |
| tree | 3e074c85778294aee650fdaaba1e9e1ef19da1da | |
| parent | 6da26aaaf4c773d55f0c7c07d9cf69bb2df992cd (diff) | |
| download | python-fastimport-git-bb7e1996ef1500df06e3052979df62a7295abc2e.tar.gz | |
Build with pypy in travis.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2332d23..f60e3a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "2.6" + - "pypy" install: - pip install unittest2 script: python -m unittest fastimport.tests.test_suite |
