summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
commite9287aff879335da342863e2dcc7ae224b9e258c (patch)
treecb624460f6b831b3046b760eb500b36c5e0777f5 /.travis.yml
parenteccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff)
downloadpython-magic-e9287aff879335da342863e2dcc7ae224b9e258c.tar.gz
Revert "Remove Python2 from the tests"
This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 688c07d..8c306d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ dist: xenial
cache: pip
python:
+ - "2.7"
- "3.5"
- "3.6"
- "3.7"