diff options
| author | Chris McDonough <chrism@plope.com> | 2014-09-10 01:31:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-09-10 01:31:37 -0400 |
| commit | 7e9c54ed645db97049a0848eececad3437624163 (patch) | |
| tree | d1fa4bad6a63d239db0c98d6e95bd73ac5853f2d /.travis.yml | |
| parent | 3587a53dc28b8f6411816ccd7fd8fdee0d88acb4 (diff) | |
| parent | befc1b81d7713d5dab130388c285e83d641f7190 (diff) | |
| download | pyramid-7e9c54ed645db97049a0848eececad3437624163.tar.gz pyramid-7e9c54ed645db97049a0848eececad3437624163.tar.bz2 pyramid-7e9c54ed645db97049a0848eececad3437624163.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 ce27b5ec3..4ca998c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - 3.2 - 3.3 - 3.4 + - pypy3 install: python setup.py dev |
