fix tests

pull/19/head
Kai Chen 2018-10-08 21:28:14 +08:00
parent 7ba182a133
commit 99f53d2ac1
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,6 @@ from .video import *
from .visualization import *
from .version import __version__
# The following modules are not imported to this level, so mmcv may be used
# without PyTorch
# without PyTorch.
# - runner
# - parallel

View File

@ -2,4 +2,7 @@
universal=1
[aliases]
test=pytest
test=pytest
[tool:pytest]
addopts=tests/