We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf634c commit c45c385Copy full SHA for c45c385
.travis.yml
@@ -18,6 +18,6 @@ install:
18
# - cd $TRAVIS_BUILD_DIR/libexec/python && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
19
20
script:
21
- - cd $TRAVIS_BUILD_DIR/singularity && python -m unittest testing.test_build.py
22
- - cd $TRAVIS_BUILD_DIR/singularity && python -m unittest testing.test_package.py
+ - cd $TRAVIS_BUILD_DIR/singularity && python -m unittest testing.test_build
+ - cd $TRAVIS_BUILD_DIR/singularity && python -m unittest testing.test_package
23
- cd $TRAVIS_BUILD_DIR/singularity && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
0 commit comments