diff options
| author | Nate Prewitt <nate.prewitt@gmail.com> | 2019-10-24 19:32:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-24 19:32:25 -0700 |
| commit | 56fd46f9bfb8b4067c67aa7433714ca8bf4a67e9 (patch) | |
| tree | d210e817934168d0aae221f5ac81ad69bdb24ed5 | |
| parent | fab1fd10d0b115e635b9ef1364f8444089725000 (diff) | |
| parent | 2ff8106d62a93ce768837f10005e9158609e2330 (diff) | |
| download | python-requests-56fd46f9bfb8b4067c67aa7433714ca8bf4a67e9.tar.gz | |
Merge pull request #5243 from hugovk/test-3.8-final
Test on Python 3.8 final
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b95e479a..91e60a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ jobs: - stage: test python: '3.7' - stage: test - python: '3.8-dev' + python: '3.8' - stage: coverage python: '3.6' script: codecov |
