From 3c80ff13266b543ba2cb8964d1833114816ad50b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 4 Jul 2019 14:54:23 -0400 Subject: [PATCH 1/2] Go easy on ol' `sippy_cup` Resolves #48 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1494dab..e9dc7ad 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 From 5d25d26da8a1e552e76d90d112c81ddd4157bd70 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 4 Jul 2019 14:55:33 -0400 Subject: [PATCH 2/2] Drop pypy from CI for now --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 144d9b6..1d07d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ python: - 2.7 - 3.5 - 3.6 + # - 3.7 - nightly - - pypy + # - pypy # - pypy3 addons: @@ -36,4 +37,4 @@ before_script: - cd .. script: - - pytest tests/ \ No newline at end of file + - pytest tests/