There was an error while loading. Please reload this page.
1 parent 51bb8ce commit 29f3351Copy full SHA for 29f3351
1 file changed
README.md
@@ -53,7 +53,7 @@ the code Django includes for this purpose: `SECRET_KEY=$(python -c "from django.
53
## Tests
54
55
```
56
-pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py,test_suse.py --max-line-length=100 .
+pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py,test_suse.py,test_data_source.py --max-line-length=100 .
57
DJANGO_DEV=1 pytest
58
59
To skip tests which require internet connection:
0 commit comments