We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae46c5f commit df0d3aaCopy full SHA for df0d3aa
ci/pyscript.sh
@@ -1,19 +1,11 @@
1
# this packages the Rust lib in with you Python package and runs tests
2
set -ex
3
-printenv ||true
4
-export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"
+
+python --version
5
6
source ~/.venv/bin/activate
7
8
pip install -U pip
-pip install -r requirements-test.txt
9
+pip install -r requirements_dev.txt
10
make test
11
make lint
-# 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