* update travis config

* update README
This commit is contained in:
FengZiYjun 2019-01-11 20:14:18 +08:00
parent a1fe24c49d
commit 806364b5be
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ python:
# command to install dependencies
install:
- pip install --quiet -r requirements.txt
- pip install pytest pytest-cov
- pip install pytest>=3.6
- pip install pytest-cov
# command to run tests
script:
- pytest --cov=./

View File

@ -48,8 +48,10 @@ For example:
## Resources
- [Documentation](https://fastnlp.readthedocs.io/en/latest/)
- [Tutorials](https://github.com/fastnlp/fastNLP/tutorials)
- [Source Code](https://github.com/fastnlp/fastNLP)
## Installation
Run the following commands to install fastNLP package.
```shell
@ -70,7 +72,7 @@ pip install fastNLP
</tr>
<tr>
<td><b> fastNLP.core </b></td>
<td> data representation & train/test presedure </td>
<td> data representation & train/test procedure </td>
</tr>
<tr>
<td><b> fastNLP.models </b></td>