Browse code

Merge "Tox: don't check stack-screenrc with bashate"

Jenkins authored on 2016/02/19 06:05:49
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                      \