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

Commit

Permalink
update make tests
Browse files Browse the repository at this point in the history
* pip -q in make
* fix missing test req.
  • Loading branch information
Borda committed Apr 8, 2021
1 parent 7853efd commit 87adb89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
export SPHINX_MOCK_REQUIREMENTS=1

test: clean
pip install -r requirements.txt
pip install -r requirements/test.txt
pip install -q -r requirements.txt
pip install -q -r requirements/test.txt
# install APEX, see https://github.com/NVIDIA/apex#linux

# use this to run tests
Expand Down
9 changes: 7 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
codecov>=2.1
pytest>=5.0
pytest-flake8
flake8

# install pkg
check-manifest
twine==3.2

# formatting
pre-commit
isort
yapf
flake8
pre-commit
#mypy

0 comments on commit 87adb89

Please sign in to comment.