blob: d312d5170f12413c1b3b06262df45222445c3551 [file] [log] [blame]
Chip Boling67b674a2019-02-08 11:42:18 -06001; Copyright 2017 the original author or authors.
2;
3; Licensed under the Apache License, Version 2.0 (the "License");
4; you may not use this file except in compliance with the License.
5; You may obtain a copy of the License at
6;
7; http://www.apache.org/licenses/LICENSE-2.0
8;
9; Unless required by applicable law or agreed to in writing, software
10; distributed under the License is distributed on an "AS IS" BASIS,
11; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12; See the License for the specific language governing permissions and
13; limitations under the License.
Zack Williamsa95e2c82019-04-17 15:43:54 -070014
Chip Boling67b674a2019-02-08 11:42:18 -060015[tox]
Chip Boling67b674a2019-02-08 11:42:18 -060016envlist = py27
Chip Bolingce2daf62019-02-12 13:53:39 -060017
Chip Boling67b674a2019-02-08 11:42:18 -060018[testenv]
Chip Boling67b674a2019-02-08 11:42:18 -060019commands =
Zack Williamsa95e2c82019-04-17 15:43:54 -070020 nosetests -c tox.ini
Chip Boling67b674a2019-02-08 11:42:18 -060021
22deps =
23 nose
Zack Williamsa95e2c82019-04-17 15:43:54 -070024 mock
25 coverage
William Kurkian16b767a2019-05-07 17:02:19 -040026 -rrequirements.txt
Zack Williamsa95e2c82019-04-17 15:43:54 -070027
28[nosetests]
29with-xunit=1
30xunit-file=nose-results.xml
31with-coverage=1
32cover-xml=1
33cover-xml-file=coverage.xml
34cover-package=pyvoltha