Browse code

Tox: don't check stack-screenrc with bashate

Change-Id: I8f04de2cde8a123c3825e7ba22aef1f5b311f61c
Closes-Bug: #1531885

Jordan Pittier authored on 2016/02/17 23:26:33
Showing 1 changed files
... ...
@@ -18,6 +18,7 @@ commands = bash -c "find {toxinidir}             \
18 18
          -type f                                 \
19 19
          -not -name \*~                          \
20 20
          -not -name \*.md                        \
21
+         -not -name stack-screenrc               \
21 22
          \(                                      \
22 23
           -name \*.sh -or                        \
23 24
           -name \*.orig -or                      \