Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
  • Loading branch information
Zlopez committed Feb 5, 2019
1 parent 5370113 commit a5ada07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,6 @@ env:
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
- TOXENV=lint
- TOXENV=bandit
- TOXENV=black
matrix:
include:
- python: 3.6
Expand All @@ -30,5 +28,9 @@ matrix:
sudo: required # required for Python 3.8 (travis-ci/travis-ci#9069)
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=bandit
- python: 3.6
env: TOXENV=black
allow_failures:
- python: nightly

0 comments on commit a5ada07

Please sign in to comment.