Skip to content

Commit c1bba5e

Browse files
committed
better and better
1 parent be8bf16 commit c1bba5e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ON_TAG := $(shell git tag --points-at HEAD)
66

77
test:
88
pip install -r requirements.txt pytest
9-
pytest
9+
PYTHONPATH=. pytest
1010

1111
wheel: test
1212
rm -rf dist build

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# winrmcp
2-
<!-- [![Build Status](https://travis-ci.com/innodatalabs/redstork.svg?branch=master)](https://travis-ci.com/innodatalabs/redstork)
3-
[![PyPI version](https://badge.fury.io/py/redstork.svg)](https://badge.fury.io/py/redstork)
4-
[![Documentation Status](https://readthedocs.org/projects/red-stork/badge/?version=latest)](https://red-stork.readthedocs.io/en/latest/?badge=latest) -->
2+
[![Build Status](https://travis-ci.com/mkroutikov/winrmcp.svg?branch=master)](https://travis-ci.com/mkroutikov/winrmcp)
3+
[![PyPI version](https://badge.fury.io/py/winrmcp.svg)](https://badge.fury.io/py/winrmcp)
54

65
A Python library to execute remote commands on Windows (cmd.exe and PowerShell), and to transfer files.
76

0 commit comments

Comments
 (0)