Skip to content

Commit

Permalink
Do not invoke shell script via pipenv run.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Dec 25, 2018
1 parent bfe66cd commit b61fee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,15 +8,15 @@ install:
- pip install --upgrade pip
- pip install --upgrade setuptools pipenv
- pipenv install --dev --deploy --system
- pipenv install --system -e .
- pipenv install --system --skip-lock -e .
before_script:
- docker-compose up -d
matrix:
include:
- name: "Lint and static analysis"
python: "3.6"
script:
- pipenv run ./scripts/copyright_line_check.sh
- ./scripts/copyright_line_check.sh
- pipenv run isort --check-only --verbose --recursive graphql_compiler/
- pipenv run flake8 --config=setup.cfg graphql_compiler/
- pipenv run pydocstyle graphql_compiler/
Expand Down

0 comments on commit b61fee9

Please sign in to comment.