Skip to content

Commit df0d3aa

Browse files
committed
fix spelling of requirements file
1 parent ae46c5f commit df0d3aa

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

ci/pyscript.sh

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
# this packages the Rust lib in with you Python package and runs tests
22
set -ex
3-
printenv ||true
4-
export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"
3+
4+
python --version
55

66
source ~/.venv/bin/activate
7+
python --version
78
pip install -U pip
8-
pip install -r requirements-test.txt
9+
pip install -r requirements_dev.txt
910
make test
1011
make lint
11-
# python --version
12-
# pip --version
13-
# pip install virtualenv
14-
# python -m virtualenv ~/.venv
15-
# source ~/.venv/bin/activate
16-
# pip install coveralls
17-
# pip install .[credssp]
18-
# pip install .[kerberos]
19-
# pip install -r requirements-test.txt

0 commit comments

Comments
 (0)