diff --git a/.travis.yml b/.travis.yml index 11239eb4..559fc86e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=./ diff --git a/README.md b/README.md index 65d713e6..8d638c0b 100644 --- a/README.md +++ b/README.md @@ -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 fastNLP.core - data representation & train/test presedure + data representation & train/test procedure fastNLP.models