Skip to content

Commit

Permalink
Fix test (#615)
Browse files Browse the repository at this point in the history
* bump torchvision version
* remove py27 add py37, py38
* disable demp.py in the unit test
  • Loading branch information
lanpa committed Mar 13, 2021
1 parent cc77162 commit df19449
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dist: xenial
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.6"
- "3.7"
- "3.8"

env:
- PYTORCH_VER="torch"
Expand Down Expand Up @@ -41,7 +41,7 @@ install:
- which python
- pip install future
- pip install chainer==6.5.0 -q
- pip install torchvision==0.5.0 -q
- pip install torchvision==0.9.0 -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
# - 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 df19449

Please sign in to comment.