From 806364b5bec37305a9f0b04d75ded51122c6a3cf Mon Sep 17 00:00:00 2001 From: FengZiYjun Date: Fri, 11 Jan 2019 20:14:18 +0800 Subject: [PATCH] * update travis config * update README --- .travis.yml | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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