diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2016-12-18 15:47:49 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-19 14:29:54 -0800 |
commit | 3e04070040c7df83da356a7459d9ac0b52602fc0 (patch) | |
tree | a6085741d41b7466c4b6a4c75720e6482c8cad03 | |
parent | 2f2eb9c575b3c3cb06a62520078dabb07f8c4712 (diff) |
also test with pypy on Travis CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3b7b2b42..af32ba7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - "3.3" - "3.4" - "3.5" + - "pypy-5.4.1" install: # Self-install for setup.py-driven deps - pip install -e . |