Skip to content

Commit

Permalink
fixed travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jan 21, 2021
1 parent 1d30bed commit 0abc39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -60,7 +60,7 @@ cache:
# command to install dependencies, e.g. pip install -r requirements.txt
install:
- mkdir -p $PIP_WHEEL_DIR
- pip wheel -r tests/requirements.txt
- pip wheel -r _python_utils_tests/requirements.txt
- pip install -e .
- pip install tox

Expand Down

0 comments on commit 0abc39f

Please sign in to comment.