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