Skip to content

Commit

Permalink
Install setuptools_scm for Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Jan 4, 2021
1 parent 93d9599 commit e799596
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 @@ -27,7 +27,7 @@ addons:

install:
- pip uninstall -y numpy
- pip install codecov pytest-cov
- pip install codecov pytest-cov setuptools_scm

script:
- pytest --cov=./
Expand Down

0 comments on commit e799596

Please sign in to comment.