Skip to content

Commit faedce8

Browse files
authored
Merge pull request #252 from ndem0/readme-test
update readme
2 parents ab35aea + 1197223 commit faedce8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
5151

5252
## Dependencies and installation
5353
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the
54-
documentation) and `nose` (for local test). They can be easily installed via
54+
documentation) and `pytest` (for local test). They can be easily installed via
5555
`pip`. The code has been tested with Python3.7 version, but it should be
5656
compatible with a generic Python3.x. The Python2 support is no longer maintained.
5757
To enable the `CAD`
@@ -82,8 +82,7 @@ To install the package just type:
8282
To uninstall the package you have to rerun the installation and record the installed files in order to remove them:
8383

8484
```bash
85-
> python setup.py install --record installed_files.txt
86-
> cat installed_files.txt | xargs rm -rf
85+
> pip uninstall pygem
8786
```
8887

8988
### Docker
@@ -128,12 +127,12 @@ The generated html can be found in `docs/build/html`. Open up the `index.html` y
128127

129128

130129
## Testing
131-
We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/PyGeM).
130+
We are using Github Actions for continuous intergration testing. You can check out the current status [here](https://github.com/mathLab/PyGeM/actions/workflows/testing_pr.yml).
132131

133-
To run tests locally (the package `nose` is required):
132+
To run tests locally (the package `pytest` is required):
134133

135134
```bash
136-
> python test.py
135+
> pytest
137136
```
138137

139138

0 commit comments

Comments
 (0)