Skip to content

Commit

Permalink
Merge pull request #136 from molgenis/fix/uniform_extra_require_naming
Browse files Browse the repository at this point in the history
Uniform extra_require naming between repo's.
  • Loading branch information
SietsmaRJ authored Oct 4, 2022
2 parents 34e0df7 + 9a48cce commit f72baa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches:
before_install:
- pip install -U pip
install:
- pip install -e '.[testing]'
- pip install -e '.[test]'
script:
- coverage run -m pytest --junitxml=results.xml
- coverage xml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _Developers_
```commandline
git clone https://github.com/molgenis/capice.git
cd capice
pip install --editable '.[testing]'
pip install --editable '.[test]'
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'xgboost==1.6.2'
],
extras_require={
'testing': [
'test': [
'pytest',
'coverage'
]
Expand Down

0 comments on commit f72baa4

Please sign in to comment.