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 b4ef792 commit e28c3cfCopy full SHA for e28c3cf
README.md
@@ -97,7 +97,7 @@ virtualenv venv # create a virtual environment
97
source venv/bin/activate # activate the virtual environment
98
pip install -r requirements.txt # install dependencies
99
pip install -r test-requirements.txt # install test dependencies
100
-TESTING=True nosetests --with-cov --cov-config .coveragerc
+TESTING=True nose2 --with-cov --coverage-config .coveragerc
101
```
102
103
## Migrating platform between machines
0 commit comments