diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-06-24 10:25:40 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-06-24 10:25:40 -0400 |
| commit | 5f8493cbfd9dac153f7442f1cffc117f85280716 (patch) | |
| tree | f0b4d167d12920b26bca4f6026d9af9580a25f62 | |
| parent | fe9316332511de945924effd8a049db79f34e761 (diff) | |
| download | pyramid-5f8493cbfd9dac153f7442f1cffc117f85280716.tar.gz pyramid-5f8493cbfd9dac153f7442f1cffc117f85280716.tar.bz2 pyramid-5f8493cbfd9dac153f7442f1cffc117f85280716.zip | |
Try newly-enabled travis-ci.
See http://travis-ci.org/#\!/Pylons/pyramid
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2e737af04..665d15384 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - pypy - 3.2 -matrix: - allow_failures: - - python: pypy +#matrix: +# allow_failures: +# - python: pypy script: python setup.py test |
