Skip to content

Commit e28c3cf

Browse files
fix the local testing instructions (#803)
1 parent b4ef792 commit e28c3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ virtualenv venv # create a virtual environment
9797
source venv/bin/activate # activate the virtual environment
9898
pip install -r requirements.txt # install dependencies
9999
pip install -r test-requirements.txt # install test dependencies
100-
TESTING=True nosetests --with-cov --cov-config .coveragerc
100+
TESTING=True nose2 --with-cov --coverage-config .coveragerc
101101
```
102102

103103
## Migrating platform between machines

0 commit comments

Comments
 (0)