Skip to content

Commit 845cae5

Browse files
Merge remote-tracking branch 'upstream/flake8_archive_breakfix' into build_bin_docker
2 parents d5acd15 + 8600010 commit 845cae5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ services:
1212
install: 'pip install virtualenv'
1313
jobs:
1414
include:
15-
# - stage: flake8
16-
# script:
17-
# - pip install flake8
18-
# - make flake8
15+
- stage: flake8
16+
script:
17+
- pip install flake8
18+
- make flake8
1919
- stage: build
2020
script:
2121
- make docker

mongodb_consistent_backup/Archive/Archive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from mongodb_consistent_backup.Archive.Tar import Tar # NOQA
2+
from mongodb_consistent_backup.Archive.Zbackup import Zbackup # NOQA
13
from mongodb_consistent_backup.Pipeline import Stage
24

35

0 commit comments

Comments
 (0)