Skip to content

Commit

Permalink
Merge pull request #102 from njzjz/njzjz-patch-2
Browse files Browse the repository at this point in the history
fix docker test
  • Loading branch information
njzjz authored Feb 9, 2019
2 parents 05b7712 + 9fc0d59 commit 8aa01fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sut:
build: .
command: pip install pytest-sugar requests && pytest -s --pyargs reacnetgenerator
command: reacnetgenerator --help
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![python version](https://img.shields.io/pypi/pyversions/reacnetgenerator.svg?logo=python&logoColor=white)](https://pypi.org/project/reacnetgenerator)
[![PyPI](https://img.shields.io/pypi/v/reacnetgenerator.svg)](https://pypi.org/project/reacnetgenerator)
[![conda](https://img.shields.io/conda/v/njzjz/reacnetgenerator.svg?style=flat)](https://anaconda.org/njzjz/reacnetgenerator)
[![Docker](https://shields.beevelop.com/docker/pulls/njzjz/reacnetgenerator.svg?style=flat-square)](https://hub.docker.com/r/njzjz/reacnetgenerator)
[![Docker](https://shields.beevelop.com/docker/pulls/njzjz/reacnetgenerator.svg?style=flat)](https://hub.docker.com/r/njzjz/reacnetgenerator)
[![Build Status](https://travis-ci.com/njzjz/reacnetgenerator.svg?branch=master)](https://travis-ci.com/njzjz/reacnetgenerator)
[![Build status](https://ci.appveyor.com/api/projects/status/t92hud34lgel1eu6?svg=true)](https://ci.appveyor.com/project/jzzeng/reacnetgenerator)
[![Coverage Status](https://coveralls.io/repos/github/njzjz/reacnetgenerator/badge.svg?branch=master)](https://coveralls.io/github/njzjz/reacnetgenerator?branch=master)
Expand Down Expand Up @@ -91,7 +91,8 @@ docker run -itv $(pwd):$(pwd) -w $(pwd) njzjz/reacnetgenerator
You can test whether ReacNetGenerator is running normally:

```sh
pip install pytest-sugar requests && pytest -s --pyargs reacnetgenerator
pip install reacnetgenerator[test]
pytest -s --pyargs reacnetgenerator
```

### Simple example
Expand Down

0 comments on commit 8aa01fe

Please sign in to comment.