~yolanda.robla/nova/precise-security

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-05 09:50:59 UTC
  • mto: (79.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 81.
  • Revision ID: package-import@ubuntu.com-20120605095059-kb1utt7b1a5yff2a
Tags: upstream-2012.1+stable~20120612-3ee026e
ImportĀ upstreamĀ versionĀ 2012.1+stable~20120612-3ee026e

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
downloadcache = ~/cache/pip
12
12
 
13
13
[testenv:pep8]
14
 
deps = pep8
 
14
deps = pep8==1.0.1
15
15
commands = /bin/bash run_tests.sh -N --pep8
16
16
 
17
17
[testenv:coverage]