Skip to content

Commit f230fe0

Browse files
committed
trying different testing
1 parent 2e8f101 commit f230fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ install:
1818
# - cd $TRAVIS_BUILD_DIR/libexec/python && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
1919

2020
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
21+
- cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_build.py
22+
- cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_package.py
23+
- cd $TRAVIS_BUILD_DIR/singularity/tests && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611

0 commit comments

Comments
 (0)