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 f230fe0 commit 7a92bc1Copy full SHA for 7a92bc1
.travis.yml
@@ -14,8 +14,9 @@ install:
14
- cd $TRAVIS_BUILD_DIR/
15
- cd $TRAVIS_BUILD_DIR && pip install -r requirements.txt
16
- cd $TRAVIS_BUILD_DIR && pip3 install -r requirements.txt
17
+ - python setup.py sdist
18
+ - python setup.py install
19
- pylint --version
-# - cd $TRAVIS_BUILD_DIR/libexec/python && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
20
21
script:
22
- cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_build.py
0 commit comments