Update Travis requirements installation

stix2.1
clenk 2017-04-05 17:44:52 -04:00
parent 4f4a71db94
commit 58a592d425
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python:
- "3.6"
install:
- pip install -U pip setuptools
- pip install tox-travis
- pip install tox-travis pre-commit
script:
- tox
- pre-commit run --all-files