Skip to content

Commit

Permalink
Pre-commit only for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean C. Gillies committed Jul 18, 2018
1 parent a26526d commit abf2295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,8 @@ install:
- pip install -e .[test]

script:
- pre-commit run --all-files && python -m pytest --cov rio_color --cov-report term-missing
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pre-commit run --all-files; fi
- python -m pytest --cov rio_color --cov-report term-missing

after_success:
- coveralls

0 comments on commit abf2295

Please sign in to comment.