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 2e8f101 commit f230fe0Copy full SHA for f230fe0
.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 tests.test_build
22
- - cd $TRAVIS_BUILD_DIR/singularity && python -m unittest tests.test_package
23
- - cd $TRAVIS_BUILD_DIR/singularity && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
+ - cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_build.py
+ - cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_package.py
+ - cd $TRAVIS_BUILD_DIR/singularity/tests && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
0 commit comments