Skip to content

Commit

Permalink
renamed tests to mt940_tests to fix #78
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 5, 2019
1 parent a434620 commit e890170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 mt940_tests/requirements.txt
- pip install -e .
- pip install tox coveralls

Expand Down

0 comments on commit e890170

Please sign in to comment.