blob: b1883254efb5de683d48e6cb7047ce420cc3a7ab [file] [log] [blame]
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
- pip install -e .
- pip list
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
- python setup.py test
matrix:
allow_failures:
- python: pypy
- python: pypy3
notifications:
email:
- IanLee1521@gmail.com