Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
setup.py: re-add accidentally removed dependency on setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 11, 2020
1 parent 640aa6c commit 95fca26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ install:
pipenv install --selective-upgrade "pandas==$PANDAS_VERSION";
fi
- pipenv graph
- cat "$(pipenv --venv)"/lib/python*/site-packages/freesurfer-volume-reader.egg-link
- (set -x; ls -la $TRAVIS_BUILD_DIR/freesurfer_volume_reader/)

script:
- pipenv run pylint freesurfer_volume_reader tests/*
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
# >=0.21.0 pandas.DataFrame.drop(columns=[...], ...)
"pandas>=0.21.0,<2"
],
setup_requires=["setuptools_scm"],
tests_require=[
'pylint>=2.3.0,<3',
'pytest<5',
Expand Down

0 comments on commit 95fca26

Please sign in to comment.