make excludes match tox.ini
This commit is contained in:
@@ -13,5 +13,5 @@ install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- pip install pep8 --use-mirrors
|
||||
before_script:
|
||||
- pep8 --repeat --show-source --ignore=E125 --statistics --exclude=dist,doc,*egg .
|
||||
- pep8 --repeat --show-source --ignore=E125 --statistics --exclude *compat*,resources.py, pecan setup.py
|
||||
script: python setup.py test --functional
|
||||
|
||||
Reference in New Issue
Block a user