Skip to content

Commit 2e8f101

Browse files
committed
modified: ../.travis.yml
deleted: testing/run_tests.sh renamed: testing/__init__.py -> tests/__init__.py
1 parent c45c385 commit 2e8f101

File tree

10 files changed

+2
-16
lines changed

10 files changed

+2
-16
lines changed

.travis.yml

Lines changed: 2 additions & 2 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 testing.test_build
22-
- cd $TRAVIS_BUILD_DIR/singularity && python -m unittest testing.test_package
21+
- cd $TRAVIS_BUILD_DIR/singularity && python -m unittest tests.test_build
22+
- cd $TRAVIS_BUILD_DIR/singularity && python -m unittest tests.test_package
2323
- cd $TRAVIS_BUILD_DIR/singularity && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611

singularity/testing/run_tests.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)