Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jul 5, 2020
1 parent 5d5b5fc commit 34d1616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -60,7 +60,7 @@ install:
- conda install ffmpeg
- conda list
- python -c "import imageio; imageio.plugins.ffmpeg.download()"
- pip install --upgrade pytest-cov flake8
- pip install --upgrade pytest-cov flake8==3.8.3
- python setup.py install

script:
Expand Down
2 changes: 1 addition & 1 deletion run_pytest.sh
@@ -1,4 +1,4 @@
pip install pytest boto3 moto onnx tensorboard matplotlib
pip install pytest boto3 moto onnx tensorboard matplotlib flake8==3.8.3

if [ `ps|grep visdom |wc -l` = "1" ]
then
Expand Down
4 changes: 2 additions & 2 deletions tensorboardX/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .torchvis import TorchVis
from .writer import FileWriter, SummaryWriter
from .global_writer import GlobalSummaryWriter
__version__ = "dev"
__version__ = "dev"
# will be overwritten if run setup.py
# specifically, `python setup.py install` creates [version in setup.py + git SHA hash]
# python setup.py sdist creates a decimal version number
# python setup.py sdist creates a decimal version number

0 comments on commit 34d1616

Please sign in to comment.