Skip to content

Commit 6906119

Browse files
authored
Remove duplicated pytest (#289)
1 parent d63556e commit 6906119

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ script:
5959
mypy $dir || _rc=$?;
6060
done && [[ $_rc == 0 ]];
6161
fi
62-
# Unit tests
63-
- pytest
64-
# Test coverage
62+
# Unit tests & Test coverage
6563
- coverage run -m pytest
6664

6765
after_success:

0 commit comments

Comments
 (0)