diff options
| author | Domen Kožar <domen@dev.si> | 2012-09-11 19:38:11 +0200 |
|---|---|---|
| committer | Domen Kožar <domen@dev.si> | 2012-09-11 19:38:11 +0200 |
| commit | 4c1933f522731e1ae5874275025a8d20b9e63336 (patch) | |
| tree | c7e2fdefe34d62f5f94223ea6ccec441045aea05 /.travis.yml | |
| parent | dc8b49f436e3d249c6c9440cf2c1b74acf4a8ad8 (diff) | |
| download | pyramid-4c1933f522731e1ae5874275025a8d20b9e63336.tar.gz pyramid-4c1933f522731e1ae5874275025a8d20b9e63336.tar.bz2 pyramid-4c1933f522731e1ae5874275025a8d20b9e63336.zip | |
remove pypy from travis-ci allow_failures list
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 490fd2df7..ab9c3ff30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,6 @@ python: - pypy - 3.2 -# Why does travis-ci's PyPy blow up? Pyramid's tests -# run fine under tox. -matrix: - allow_failures: - - python: pypy - script: python setup.py test notifications: |
