This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix ci
tags/v0.3.0
FengZiYjun
5 years ago
parent
7984a90389
commit
43982d2cd2
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View File
@@ -4,7 +4,8 @@ python:
# command to install dependencies
# command to install dependencies
install:
install:
- pip install --quiet -r requirements.txt
- pip install --quiet -r requirements.txt
- pip install pytest pytest-cov
- pip install pytest>=3.6
- pip install pytest-cov
# command to run tests
# command to run tests
script:
script:
- pytest --cov=./
- pytest --cov=./
Write
Preview
Loading…
Cancel
Save