diff options
| author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:37:53 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-20 15:37:53 +0800 |
| commit | c9dbaab311dbafcba0b68edb6ed89988b476f1dc (patch) | |
| tree | a90722893f1dea42e55faa1a6e91d7c6a171ba15 /.travis.yml | |
| parent | 74a0507f4eb468b842d1f644f0e43196cda290a1 (diff) | |
| download | GitPython-c9dbaab311dbafcba0b68edb6ed89988b476f1dc.tar.gz GitPython-c9dbaab311dbafcba0b68edb6ed89988b476f1dc.zip | |
Revert "This time, use test-requirements."
This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1.
https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7116d720..aed714af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ 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 |
