Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Aug 24, 2020
1 parent 277f5f8 commit 4e3dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ install:
- pip freeze

script:
- python -m pytest --cov=india5g tests
- python -m pytest --cov=India5G tests

after_success:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then coveralls || echo "failed"; fi

0 comments on commit 4e3dd47

Please sign in to comment.