Skip to content

Commit d4b9010

Browse files
committed
[ci] fix
1 parent 63c74e2 commit d4b9010

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ install:
55
- pip install -r requirements.txt
66
script:
77
- cd final_task
8-
- pip install .
9-
- nosetests --cover-branches --with-coverage .
8+
- coverage run -m unittest discover
109
- pycodestyle --max-line-length=120 .
1110
- python ./../pycalc_checker.py
1211
- cd -

pycalc_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from termcolor import colored
66

77

8-
PYCALC_UTIL_NAME = "pycalc"
8+
PYCALC_UTIL_NAME = "./pycalc"
99
RETURN_CODE = 0
1010

1111

0 commit comments

Comments
 (0)