We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5acd15 + 8600010 commit 845cae5Copy full SHA for 845cae5
.travis.yml
@@ -12,10 +12,10 @@ services:
12
install: 'pip install virtualenv'
13
jobs:
14
include:
15
-# - stage: flake8
16
-# script:
17
-# - pip install flake8
18
-# - make flake8
+ - stage: flake8
+ script:
+ - pip install flake8
+ - make flake8
19
- stage: build
20
script:
21
- make docker
mongodb_consistent_backup/Archive/Archive.py
@@ -1,3 +1,5 @@
1
+from mongodb_consistent_backup.Archive.Tar import Tar # NOQA
2
+from mongodb_consistent_backup.Archive.Zbackup import Zbackup # NOQA
3
from mongodb_consistent_backup.Pipeline import Stage
4
5
0 commit comments