Don't have Travis run pre-commit on Python 2.6

(pre-commit no longer supports 2.6)
stix2.1
clenk 2017-04-05 18:07:15 -04:00
parent 58a592d425
commit ff938fd968
2 changed files with 1 additions and 2 deletions

View File

@ -12,4 +12,4 @@ install:
- pip install tox-travis pre-commit
script:
- tox
- pre-commit run --all-files
- if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pre-commit run --all-files; fi

View File

@ -4,6 +4,5 @@ pytest
pytest-cov
sphinx
tox
pre-commit
-e .