Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
ci(unittest): run test in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent 66264d1 commit 79a9c10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ steps:
- pip install -e .[all]
- pip uninstall -y torchvision
- pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp36-cp36m-linux_x86_64.whl
- "python -c 'import torchvision'"
- "python -c 'import torchvision; print(torchvision.__version__)'"
- "python -c 'import torch; print(torch.__version__)'"
- python -m unittest tests/*.py -v


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Either way, if you see the following message after `$ gnes` or `$ docker run gne

### 🐣 Preliminaries

Before we start, let me first introduce two basic concepts serving as the backbone of GNES: **microservice** and **runtime**.
Before we start, let me first introduce two important concepts serving as the backbone of GNES: **microservice** and **runtime**.

#### Microservice

Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import sys
sys.path.insert(0, os.path.abspath('..'))


# -- Project information -----------------------------------------------------

project = 'GNES Documentation'
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Highlights
:maxdepth: 2
:caption: Contributing

chapter/CONTRIBUTING.md
CONTRIBUTING.md

.. toctree::
:maxdepth: 1
:caption: Changelog

chapter/CHANGELOG.md
CHANGELOG.md


Tutorials
Expand Down

0 comments on commit 79a9c10

Please sign in to comment.