Skip to content

Commit f1b63cd

Browse files
committed
CI: skip conda-build test in travis as it needs DISPLAY
The package is still tested later in the `script` section.
1 parent a9b48ce commit f1b63cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ before_install:
7474
- $NOAPT || MYTARBUNDLE="$(ls -t "${PWD}"/dist/*.tar.gz | head -1)"
7575

7676
install:
77-
- $NOMC || conda build --python=${MYPYTHON_VERSION} conda-recipe
77+
- $NOMC || conda build --python=${MYPYTHON_VERSION} --no-test conda-recipe
7878
- $NOMC || conda render --python=${MYPYTHON_VERSION} --output conda-recipe |
7979
sed 's,.*/,,; s/[.]tar[.]bz2$//; s/-/=/g' > /tmp/mypackage.txt
8080
- $NOMC || source activate testenv

0 commit comments

Comments
 (0)