summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-07-14 15:46:36 -0600
committerIan Lee <IanLee1521@gmail.com>2015-07-14 15:46:36 -0600
commit99efd5ad90047b5512d04c57fe41ad05cbc25b41 (patch)
treea0d4ff6b046b8642eec78c28f902b699936077fc
parentdfafb9d8a50a4b337bee16d8568e8090d0f7a138 (diff)
parent36b5d1999e141f8562eec35ed4583042515ec580 (diff)
downloadpep8-99efd5ad90047b5512d04c57fe41ad05cbc25b41.tar.gz
Merge pull request #421 from sigmavirus24/travis-updates
Remove pypy* from allowed failures
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b188325..4d619e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- 2.6
- 2.7
@@ -15,10 +16,6 @@ script:
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
- python setup.py test
-matrix:
- allow_failures:
- - python: pypy
- - python: pypy3
notifications:
email: