← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~dernils/duplicity/Dockerfile into lp:duplicity

 

nils has proposed merging lp:~dernils/duplicity/Dockerfile into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~dernils/duplicity/Dockerfile/+merge/323437

separated requirements into requirements for duplicity (in requirements.txt) and for testing (in tox.ini)
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~dernils/duplicity/Dockerfile into lp:duplicity.
=== modified file 'requirements.txt'
--- requirements.txt	2017-04-29 12:12:12 +0000
+++ requirements.txt	2017-04-29 20:40:29 +0000
@@ -1,13 +1,11 @@
 boto
-coverage
 dropbox==6.9.0
 lockfile
 paramiko
 pep8
 pexpect
 pydrive
-pylint
 pyrax
 python-cloudfiles
-tox
 urllib3
+

=== modified file 'tox.ini'
--- tox.ini	2017-03-02 22:38:47 +0000
+++ tox.ini	2017-04-29 20:40:29 +0000
@@ -9,6 +9,10 @@
     pexpect
     jottalib
     pycodestyle
+    pep8
+	pylint
+	tox
+	coverage
 
 [testenv:lpbuildd-precise]
 setenv=


Follow ups