Skip to content

Commit

Permalink
Merge pull request #13 from thombashi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thombashi committed Mar 3, 2016
2 parents d797e03 + fa7d3e0 commit ae49bd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: required

env:
- TOXENV=py25
Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,16 @@ Linux package
Python packagge
---------------

Dependency python packages are automatically installed during AAA
installation via pip.

- `DataPropery <https://github.com/thombashi/DataProperty>`__
- `ipaddress <https://pypi.python.org/pypi/ipaddress>`__
- `thutils <https://github.com/thombashi/thutils>`__
- `six <https://pypi.python.org/pypi/six/>`__
- `thutils <https://github.com/thombashi/thutils>`__

Python packagge: test dependencies
----------------------------------
Test dependencies
~~~~~~~~~~~~~~~~~

- `pytest <https://pypi.python.org/pypi/pytest>`__
- `pytest-runner <https://pypi.python.org/pypi/pytest-runner>`__
Expand Down
3 changes: 3 additions & 0 deletions test/test_tcconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class NormalTestValue:

class Test_tcconfig:

# inappropriate test for Travis CI
# ruun locally: python setup.py test --addopts --runxfail
@pytest.mark.xfail
@pytest.mark.parametrize(["rate", "delay", "loss", "overwrite"], [
opt_list
for opt_list in itertools.product(
Expand Down

0 comments on commit ae49bd7

Please sign in to comment.