Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ python:
- 2.7
- 3.5
- 3.6
# - 3.7
- nightly
- pypy
# - pypy
# - pypy3

addons:
Expand All @@ -36,4 +37,4 @@ before_script:
- cd ..

script:
- pytest tests/
- pytest tests/
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Python configuring and launching the infamous
## It doesn't try to

- Auto-generate SIPp XML scripts like [sippy_cup](https://github.com/mojolingo/sippy_cup)
* we believe this is the wrong way to work around the problem of SIPp's shitty XML control language
* `pysipp` in no way tries to work around the problem of SIPp's awful
XML control language; your current scenario scripts are compatible!


## Basic Usage
Expand Down Expand Up @@ -175,7 +176,8 @@ pysipp.utils.log_to_stderr("DEBUG")
### Applying default settings
For now see [#4](https://github.com/SIPp/pysipp/issues/4)

More to come...
## More to come?
- document attributes / flags
- writing plugins
- using a `pysipp_conf.py`
- remote execution
Expand Down