Skip to content

Commit e335458

Browse files
committed
Updated CI cfg
1 parent 8a8ce8e commit e335458

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
set -x
4848
ls -lhtr ssh2/
4949
pwd
50-
pytest tests
51-
pytest ci/integration_tests
50+
python -m pytest tests
51+
python -m pytest ci/integration_tests
5252
flake8 ssh2
5353
python setup.py sdist
5454
cd dist; pip install *; python -c 'from ssh2.session import Session; Session()'; cd ..

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cython
12
flake8
23
jinja2
34
sphinx

0 commit comments

Comments
 (0)