~ubuntuone-pqm-team/talisker/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Simon Davy
  • Date: 2016-04-21 18:32:39 UTC
  • Revision ID: simon.davy@canonical.com-20160421183239-82vxnhjum2uf374n
increase coverage some more, and revert to requirements.txt files due to bug in xenial virtualenv for -e .[extra] syntax

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
[testenv]
5
5
commands = 
6
 
    pip install -Ue .[tests]
 
6
    pip install -e .
 
7
    pip install -r test_requirements.txt
7
8
    flake8 talisker tests setup.py
8
9
    py.test