File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ON_TAG := $(shell git tag --points-at HEAD)
6
6
7
7
test :
8
8
pip install -r requirements.txt pytest
9
- pytest
9
+ PYTHONPATH=. pytest
10
10
11
11
wheel : test
12
12
rm -rf dist build
Original file line number Diff line number Diff line change 1
1
# winrmcp
2
- <!-- [](https://travis-ci.com/innodatalabs/redstork)
3
- [](https://badge.fury.io/py/redstork)
4
- [](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 )
5
4
6
5
A Python library to execute remote commands on Windows (cmd.exe and PowerShell), and to transfer files.
7
6
You can’t perform that action at this time.
0 commit comments