Browse Source

* update travis config

* update README
tags/v0.3.0^2
FengZiYjun 6 years ago
parent
commit
806364b5be
2 changed files with 5 additions and 2 deletions
  1. +2
    -1
      .travis.yml
  2. +3
    -1
      README.md

+ 2
- 1
.travis.yml 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=./


+ 3
- 1
README.md 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>


Loading…
Cancel
Save