Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/new_features
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhoek committed Oct 4, 2022
2 parents 5e5b109 + f72baa4 commit 00875e0
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 @@ -69,7 +69,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 00875e0

Please sign in to comment.