Skip to content

Commit 99efd5a

Browse files
committed
Merge pull request #421 from sigmavirus24/travis-updates
Remove pypy* from allowed failures
2 parents dfafb9d + 36b5d19 commit 99efd5a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
sudo: false
23
python:
34
- 2.6
45
- 2.7
@@ -15,10 +16,6 @@ script:
1516
- python pep8.py --statistics pep8.py
1617
- python pep8.py --doctest
1718
- python setup.py test
18-
matrix:
19-
allow_failures:
20-
- python: pypy
21-
- python: pypy3
2219

2320
notifications:
2421
email:

0 commit comments

Comments
 (0)