Skip to content

Commit 7a92bc1

Browse files
committed
hmm, circle used to install packages automatically
1 parent f230fe0 commit 7a92bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ install:
1414
- cd $TRAVIS_BUILD_DIR/
1515
- cd $TRAVIS_BUILD_DIR && pip install -r requirements.txt
1616
- cd $TRAVIS_BUILD_DIR && pip3 install -r requirements.txt
17+
- python setup.py sdist
18+
- python setup.py install
1719
- pylint --version
18-
# - cd $TRAVIS_BUILD_DIR/libexec/python && pylint $PWD --errors-only --ignore tests --disable=E0401,E0611
1920

2021
script:
2122
- cd $TRAVIS_BUILD_DIR/singularity/tests && python -m unittest test_build.py

0 commit comments

Comments
 (0)