Skip to content

Commit

Permalink
try something to test TOX in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Jan 28, 2021
1 parent c051052 commit 0afeaba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Expand Up @@ -130,6 +130,7 @@ deps =
py36: coveralls
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
skip_install = true
whitelist_externals = python3, ls, pwd, env
commands_pre = poetry install -vvv --no-root --extras "js"
commands =
- poetry show
Expand All @@ -151,7 +152,9 @@ commands =
commands_pre = poetry install -vvv --no-root --extras "dev-type-checking"
commands =
- poetry show
poetry run mypy --ignore-missing-imports pyshacl
pwd
env
ls -lah
cd pyshacl && poetry run mypy --ignore-missing-imports .
"""

0 comments on commit 0afeaba

Please sign in to comment.