Skip to content

Commit eddf463

Browse files
author
fabioferreira
committed
Make pytest callable via -m
1 parent ccf2c6b commit eddf463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ script:
1515
- python tests/unittests_evaluations.py
1616
- python tests/unittests_simulations.py
1717
- python tests/unittests_utils.py
18-
#- python tests/test_nf_torch.py
19-
#- python tests/test_kmn_torch.py
18+
#- python -m pytest tests/test_nf_torch.py
19+
#- python -m pytest tests/test_kmn_torch.py
2020

2121
notifications:
2222
email:

0 commit comments

Comments
 (0)