Skip to content

Commit bb9c544

Browse files
authored
ci: Travis: remove stages (#170)
1 parent 1c6bd32 commit bb9c544

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jobs:
2222
# - numpy
2323
# - verbose=0
2424
# - test_sys_breakpoint_interception (via pexpect).
25-
- stage: baseline
26-
env: TOXENV=py38-xdist
25+
- env: TOXENV=py38-xdist
2726
python: '3.8'
2827

29-
- stage: tests
30-
env:
28+
- env:
3129
- TOXENV=py37-numpy-pexpect-twisted
3230
- PYTEST_ADDOPTS="-vv --showlocals --durations=50 --run-integration-tests"
3331
python: '3.7.4'

0 commit comments

Comments
 (0)