~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to trusty/pcrf/deps/layer/layer-basic/tox.ini

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
skipsdist=True
 
3
envlist = py34, py35
 
4
skip_missing_interpreters = True
 
5
 
 
6
[testenv]
 
7
commands = py.test -v
 
8
deps =
 
9
    -r{toxinidir}/requirements.txt
 
10
 
 
11
[flake8]
 
12
exclude=docs