Skip to content

Commit 29f3351

Browse files
authored
Update style check instructions in README
1 parent 51bb8ce commit 29f3351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the code Django includes for this purpose: `SECRET_KEY=$(python -c "from django.
5353
## Tests
5454

5555
```
56-
pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py,test_suse.py --max-line-length=100 .
56+
pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py,test_suse.py,test_data_source.py --max-line-length=100 .
5757
DJANGO_DEV=1 pytest
5858
```
5959
To skip tests which require internet connection:

0 commit comments

Comments
 (0)