Browse Source

fix ci

tags/v0.3.0
FengZiYjun 5 years ago
parent
commit
43982d2cd2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 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=./


Loading…
Cancel
Save