Skip to content

Commit

Permalink
Update unit test env
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Apr 2, 2021
1 parent 9fcaa11 commit 56acb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:
- which python
- pip install future
- pip install chainer==6.5.0 -q
- pip install torchvision==0.9.0 -q
- pip install torchvision==0.9.1 -q
- pip uninstall torch -y
- pip install $PYTORCH_VER
- pip install moviepy==0.2.3.2 -q
Expand Down Expand Up @@ -69,7 +69,7 @@ script:
- 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.py # mnist download is broken
- python examples/demo_graph.py
- python examples/demo_embedding.py
- python examples/demo_custom_scalars.py
Expand Down

0 comments on commit 56acb82

Please sign in to comment.