Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: python
jobs:
allow_failures:
- name: devel
python: 3.8
dist: xenial
env: TOXENV=devel

include:
- stage: tests
language: node_js
Expand Down Expand Up @@ -41,6 +47,11 @@ jobs:
sudo: required
env: TOXENV=py37-ansi2html

- name: devel
python: 3.8
dist: xenial
env: TOXENV=devel

-
python: 3.8
env: TOXENV=py38-ansi2html
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ basepython = python3
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure

[testenv:devel]
description = Tests with unreleased deps
basepython = python3
pip_pre = True
deps =
{[testenv]deps}
pytest @ git+https://github.com/pytest-dev/pytest.git

[flake8]
max-line-length = 88
exclude = .eggs,.tox
Expand Down