Skip to content

Commit c45c385

Browse files
committed
ohhhh vanessa, really?!
1 parent bdf634c commit c45c385

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)