Display CI related files in ImportantFiles node
authorJulien Enselme <jenselme@netbeans.org>
Tue, 11 Oct 2016 18:29:01 +0200
changeset 183882f7e4f8a63f6
parent 18387 a7eceb33fc4f
child 18389 df9b3df5095e
Display CI related files in ImportantFiles node

Display tox.ini, .gitlab-ci.yml, circle.yml, .travis.yml
python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java
     1.1 --- a/python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java	Tue Oct 11 18:12:44 2016 +0200
     1.2 +++ b/python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java	Tue Oct 11 18:29:01 2016 +0200
     1.3 @@ -109,6 +109,11 @@
     1.4          "README.rst", // NOI18N
     1.5          "LICENSE", // NOI18N
     1.6          "COPYING", // NOI18N
     1.7 +        // Add various files related to CI
     1.8 +        "tox.ini", // NOI18N, https://pypi.python.org/pypi/tox
     1.9 +        ".gitlab-ci.yml", // NOI18N, https://about.gitlab.com/gitlab-ci/
    1.10 +        "circle.yml", // NOI18N, https://circleci.com/
    1.11 +        ".travis.yml", // NOI18N, http://travis-ci.org/
    1.12      };
    1.13  
    1.14      private ImportantFiles() {