Skip to content

Commit

Permalink
testing => test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Sep 17, 2020
1 parent 091a949 commit da649e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/conda_install_reqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
# WORKAROUNDS is normally empty; needed if other pkgs don't list all deps
WORKAROUNDS=""
REQUIREMENTS=`python ${DEVTOOLS_DIR}/setup_cfg_reqs.py`
TESTING=`python ${DEVTOOLS_DIR}/setup_cfg_reqs.py --extra testing`
TESTING=`python ${DEVTOOLS_DIR}/setup_cfg_reqs.py --extra test`
INTEGRATIONS=`cat ${DEVTOOLS_DIR}/tested_integrations.txt | tr "\n" " "`
PY_INSTALL="python=$CONDA_PY"

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
packages = find:

[options.extras_require]
testing =
test =
nose
pytest
pytest-cov
Expand Down

0 comments on commit da649e6

Please sign in to comment.