Re: [Ryu-devel] [PATCH] Test more python versions on travis CI

2018-08-01 Thread Imen Souidene via Ryu-devel
ok Sir , how can solved it ?  On Wednesday, August 1, 2018, 12:17:23 PM GMT+1, FUJITA Tomonori wrote: On Wed,  1 Aug 2018 14:35:19 +0900 IWAMOTO Toshihiro wrote: > It seems tests weren't correctly run because of interactions between > travis CI env and tox venv.  Also, run the scenari

Re: [Ryu-devel] [PATCH] Test more python versions on travis CI

2018-08-01 Thread FUJITA Tomonori
On Wed, 1 Aug 2018 14:35:19 +0900 IWAMOTO Toshihiro wrote: > It seems tests weren't correctly run because of interactions between > travis CI env and tox venv. Also, run the scenario test on more > recent python3, as python3.4 is going away. > The test uses a lot of memory and fails with pypy,

Re: [Ryu-devel] [PATCH] Test more python versions on travis CI

2018-08-01 Thread Imen Souidene via Ryu-devel
Sir the output when i used : ~/ryu$ sudo python ./setup.py install[sudo] password : running install[pbr] Writing ChangeLog[pbr] Generating ChangeLog[pbr] ChangeLog complete (0.3s)[pbr] Generating AUTHORS[pbr] AUTHORS complete (0.2s)running buildrunning build_pyrunning egg_infowriting requiremen

[Ryu-devel] [PATCH] Test more python versions on travis CI

2018-07-31 Thread IWAMOTO Toshihiro
It seems tests weren't correctly run because of interactions between travis CI env and tox venv. Also, run the scenario test on more recent python3, as python3.4 is going away. The test uses a lot of memory and fails with pypy, so it's disabled for now. Signed-off-by: IWAMOTO Toshihiro --- .tra