We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c74e2 commit d4b9010Copy full SHA for d4b9010
.travis.yml
@@ -5,8 +5,7 @@ install:
5
- pip install -r requirements.txt
6
script:
7
- cd final_task
8
- - pip install .
9
- - nosetests --cover-branches --with-coverage .
+ - coverage run -m unittest discover
10
- pycodestyle --max-line-length=120 .
11
- python ./../pycalc_checker.py
12
- cd -
pycalc_checker.py
@@ -5,7 +5,7 @@
from termcolor import colored
-PYCALC_UTIL_NAME = "pycalc"
+PYCALC_UTIL_NAME = "./pycalc"
RETURN_CODE = 0
0 commit comments