diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-19 14:33:45 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-19 14:33:45 -0800 |
commit | ec3fdd72dba89626635e5ea1c31ac65a31091042 (patch) | |
tree | 043da5ecf08a14c1bee58ac055f3672e51108d8f /.travis.yml | |
parent | a6b7648d93eb36d8e52b5761604b187d02bc1b5a (diff) | |
parent | 5f08308ffd13e952d65f780f6f9b74379d8b868a (diff) |
Merge branch '2.0' into 2.1
# Conflicts:
# sites/www/changelog.rst
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 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 . |