diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2020-01-03 19:59:30 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-01-03 19:59:30 +0100 |
commit | 75087722bb2d475318ff56c40e28db996733c073 (patch) | |
tree | 1c0d72ec467c97c8403b3aad50f37d9cf3ca4713 | |
parent | 99f4ea300caec96ce04b844a668d8b427064364f (diff) | |
download | python-lxml-75087722bb2d475318ff56c40e28db996733c073.tar.gz |
Minor cleanup of travis config.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 75f8d4a9..12638d09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ os: linux - language: python cache: @@ -10,10 +9,10 @@ cache: python: - 3.8 + - 2.7 - 3.7 - 3.6 - 3.5 - - 2.7 env: global: |