diff options
| author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:33:28 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:34:18 +0800 |
| commit | 74a0507f4eb468b842d1f644f0e43196cda290a1 (patch) | |
| tree | 80bb820ffa088a42e6d05cf6f7cdfbbaa5da06fe /.travis.yml | |
| parent | cc664f07535e3b3c1884d0b7f3cbcbadf9adce25 (diff) | |
| download | GitPython-74a0507f4eb468b842d1f644f0e43196cda290a1.tar.gz GitPython-74a0507f4eb468b842d1f644f0e43196cda290a1.zip | |
This time, use test-requirements.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index aed714af..7116d720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: - python --version; git --version - git submodule update --init --recursive - git fetch --tags + - pip install -r requirements.txt - pip install -r test-requirements.txt - pip install codecov sphinx |
