From 63b82ffab04b15bb8dc2e03961dc1b1def5ef6bc Mon Sep 17 00:00:00 2001 From: Tzu-Wei Huang Date: Sat, 3 Apr 2021 22:53:04 +0800 Subject: [PATCH] update travis test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 486804e..0efd49e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ script: - sleep 5 - python -c "import visdom; v = visdom.Visdom()" - py.test --cov=tensorboardX tests/ - - pytest tests/tset_multiprocess_write.py # pytest has issue with multiprocessing, so I rename to "tset" - python examples/demo.py # mnist download is broken - python examples/demo_graph.py - python examples/demo_embedding.py