~twom/conn-check/port-not-none

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Tom Wardill
  • Date: 2018-01-29 17:50:39 UTC
  • mfrom: (136.1.13 lp-conn-check)
  • Revision ID: otto-copilot@canonical.com-20180129175039-8o50r3s02ib2knne
Port to python3 using futurize. Refactor to allow import and use as a library.

Merged from https://code.launchpad.net/~tom-howrandom/conn-check/py3k/+merge/336597

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
envlist = py27,py3
 
3
 
 
4
[testenv]
 
5
deps =
 
6
    -rrequirements.txt
 
7
    -rtest-requirements.txt
 
8
    -rmongodb-requirements.txt
 
9
    -ramqp-requirements.txt
 
10
    -rfwutils-requirements.txt
 
11
    -rpostgres-requirements.txt
 
12
commands = nosetests tests.py
 
13
 
 
14
[testenv:py27]
 
15
deps =
 
16
    {[testenv]deps}
 
17
    -rredis-requirements.txt