We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c76d7 commit 55f03daCopy full SHA for 55f03da
.travis.yml
@@ -5,6 +5,7 @@ cache:
5
install:
6
- "if [[ \"$GROUP\" == js ]] ; then npm -v ; fi"
7
- "if [[ \"$GROUP\" == js ]] ; then npm install ; fi"
8
+ - "if [[ \"$GROUP\" == js ]] ; then pip install dash ; fi"
9
- "if [[ \"$GROUP\" == python-linting ]] ; then pip install black flake8 isort ; fi"
10
script:
11
- "if [[ \"$GROUP\" == js ]] ; then npm run lint ; fi"
0 commit comments