We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faad8e commit 47d9437Copy full SHA for 47d9437
.travis.yml
@@ -17,6 +17,7 @@ install:
17
- python setup.py install
18
- pip install coveralls
19
script:
20
- - python -m unittest discover
+ - python3 -m unittest discover
21
+ - python3 -m unittest pydlm/tests/tuner/test*.py
22
- coverage run --source . -m unittest discover
23
after_success: coveralls
0 commit comments