Skip to content

Commit 3fe40f7

Browse files
committed
python 3.6
1 parent 42b3b65 commit 3fe40f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ env:
5858
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
5959
- SEGFAULT_SIGNALS=all
6060
before_install:
61-
# - uname -a
62-
# - id -un
63-
# - id -Gn
64-
- python --version
61+
- uname -a
62+
- id -un
63+
- id -Gn
6564
- pip install -U pip
6665
# stuff for conda recipe
6766
- 'if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'

0 commit comments

Comments
 (0)