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 42b3b65 commit 3fe40f7Copy full SHA for 3fe40f7
.travis.yml
@@ -58,10 +58,9 @@ env:
58
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
59
- SEGFAULT_SIGNALS=all
60
before_install:
61
- # - uname -a
62
- # - id -un
63
- # - id -Gn
64
- - python --version
+ - uname -a
+ - id -un
+ - id -Gn
65
- pip install -U pip
66
# stuff for conda recipe
67
- 'if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'
0 commit comments