diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-07-09 17:42:54 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2020-07-09 17:42:54 +0200 |
| commit | 9c2679c31df03599b35c97a64db271e10b560901 (patch) | |
| tree | bbcc17a9c067f8e1311f1e30739aa8c424bd6c2b | |
| parent | 8199ab50f9eda3781ba3227a002f08fae0399cc5 (diff) | |
[mod] remove py2 from travis tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f6fa9c985..fa59d528d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,6 @@ stages: jobs: include: - - python: "2.7" - env: PY=2 - python: "3.5" - python: "3.6" - python: "3.7" |