Skip to content

Commit

Permalink
Fixed issue #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Dec 22, 2021
1 parent 6c67aa6 commit e636d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION > 3.5 ]]; then pip install -U black; fi

script:
- if [[ $TRAVIS_PYTHON_VERSION > 3.5 ]]; then black --check --exclude=docs/* . ; fi
- if [[ $TRAVIS_PYTHON_VERSION > 3.5 ]]; then black --check --exclude="build|docs" . ; fi
- nosetests -v --with-coverage --cover-package=jnpr.junos --cover-inclusive -a unit

after_success:
Expand Down

0 comments on commit e636d9d

Please sign in to comment.