Skip to content

Commit a6b42f5

Browse files
committed
Revert "Debug commit"
This reverts commit 6886d03.
1 parent c6dc3a7 commit a6b42f5

File tree

2 files changed

+23
-28
lines changed

2 files changed

+23
-28
lines changed

.travis.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,35 @@ language:
44
env:
55
matrix:
66
- INSTALL_TYPE='macpython' VERSION=2.7.17
7-
# - INSTALL_TYPE='macpython' VERSION=2.7
8-
# - INSTALL_TYPE='macpython' VERSION=2.7.12 VENV=venv
9-
# - INSTALL_TYPE='macpython' VERSION=3.5
10-
# - INSTALL_TYPE='macpython' VERSION=3.5.2 VENV=venv
11-
# - INSTALL_TYPE='macpython' VERSION=3.6.1 VENV=venv
12-
# - INSTALL_TYPE='macpython' VERSION=3.7 VENV=venv
13-
# - INSTALL_TYPE='macpython' VERSION=3.8 VENV=venv
14-
# - INSTALL_TYPE='macports' VERSION=2.7
15-
# - INSTALL_TYPE='macports' VERSION=2.7 VENV=venv
16-
# - INSTALL_TYPE='macports' VERSION=3.6
17-
# - INSTALL_TYPE='macports' VERSION=3.6 VENV=venv
18-
# - INSTALL_TYPE='macports' VERSION=3.7
19-
# - INSTALL_TYPE='macports' VERSION=3.7 VENV=venv
20-
# - INSTALL_TYPE='macports' VERSION=3.8
21-
# - INSTALL_TYPE='macports' VERSION=3.8 VENV=venv
22-
# - INSTALL_TYPE='homebrew' VERSION=2
23-
# - INSTALL_TYPE='homebrew' VERSION=2 VENV=venv
24-
# - INSTALL_TYPE='homebrew' VERSION=3
25-
# - INSTALL_TYPE='homebrew' VERSION=3 VENV=venv
26-
# # Versions for system are placeholders (and for testing)
27-
# # Non-venv can't work for system installs now - no permissions to install
28-
# # into system drectories, even with sudo.
29-
# - INSTALL_TYPE='system' VERSION=2.7 VENV=venv
7+
- INSTALL_TYPE='macpython' VERSION=2.7
8+
- INSTALL_TYPE='macpython' VERSION=2.7.12 VENV=venv
9+
- INSTALL_TYPE='macpython' VERSION=3.5
10+
- INSTALL_TYPE='macpython' VERSION=3.5.2 VENV=venv
11+
- INSTALL_TYPE='macpython' VERSION=3.6.1 VENV=venv
12+
- INSTALL_TYPE='macpython' VERSION=3.7 VENV=venv
13+
- INSTALL_TYPE='macpython' VERSION=3.8 VENV=venv
14+
- INSTALL_TYPE='macports' VERSION=2.7
15+
- INSTALL_TYPE='macports' VERSION=2.7 VENV=venv
16+
- INSTALL_TYPE='macports' VERSION=3.6
17+
- INSTALL_TYPE='macports' VERSION=3.6 VENV=venv
18+
- INSTALL_TYPE='macports' VERSION=3.7
19+
- INSTALL_TYPE='macports' VERSION=3.7 VENV=venv
20+
- INSTALL_TYPE='macports' VERSION=3.8
21+
- INSTALL_TYPE='macports' VERSION=3.8 VENV=venv
22+
- INSTALL_TYPE='homebrew' VERSION=2
23+
- INSTALL_TYPE='homebrew' VERSION=2 VENV=venv
24+
- INSTALL_TYPE='homebrew' VERSION=3
25+
- INSTALL_TYPE='homebrew' VERSION=3 VENV=venv
26+
# Versions for system are placeholders (and for testing)
27+
# Non-venv can't work for system installs now - no permissions to install
28+
# into system drectories, even with sudo.
29+
- INSTALL_TYPE='system' VERSION=2.7 VENV=venv
3030

3131
install:
3232
- source ./travis_tools.sh
3333
- get_python_environment $INSTALL_TYPE $VERSION $VENV
3434

3535
script:
36-
- set -v
3736
- source test_tools.sh
3837
- $PIP_CMD install pytest
3938
- pytest test_travisparse.py

test_tools.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ RET=0
44
# Allow errors during tests
55
set +e
66
source test_python_installs.sh
7-
echo "RET is $RET"
87
source test_pyver_ge.sh
9-
echo "RET is $RET"
108
source test_git_utils.sh
11-
echo "RET is $RET"
129
source test_library_installers.sh
13-
echo "RET is $RET"
1410
source test_osx_versions.sh
1511
# Set the final return code
1612
(exit $RET)

0 commit comments

Comments
 (0)