~mcuelenaere/duplicity/duplicity

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: kenneth at loafman
  • Date: 2018-10-04 14:46:47 UTC
  • Revision ID: kenneth@loafman.com-20181004144647-c92odxukh6rpwea6
* Fixed bug #1795227 global name Dropbox is not defined
  - Applied patch from Pedro Gimeno to restore globals

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
[testenv:py27]
7
7
deps = -rrequirements.txt
8
 
commands =
9
 
    pytest -m "not nocapture" {posargs}
10
 
    pytest -s -m "nocapture" {posargs}
11
 
 
 
8
commands = pytest {posargs}
12
9
 
13
10
[testenv:code]
14
11
setenv = RUN_CODE_TESTS=1