diff options
| author | Selwin Ong <selwin.ong@gmail.com> | 2020-06-07 18:09:59 +0700 |
|---|---|---|
| committer | Selwin Ong <selwin.ong@gmail.com> | 2020-06-07 18:09:59 +0700 |
| commit | 7e052bd91c8ced9b96911e44c46102ad83f12419 (patch) | |
| tree | fa92c531118463604610567daa2d3f5c4546949d | |
| parent | a1ee46688292617213233786bc44056e1a2b1a76 (diff) | |
| download | rq-python3.8.tar.gz | |
Travis should test with Python 3.8.2python3.8
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1c4fe39..8424437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: - python: "3.5" - python: "3.6" - python: "3.7" - - python: "3.8" + - python: "3.8.2" - python: "pypy3" install: - pip install -e . |
