aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-08-10 01:16:28 +1000
committerDylan Araps <[email protected]>2017-08-10 01:16:28 +1000
commiteb027f6e435d571d99352b6b642475c72690b50c (patch)
tree8a45cdf1748b6ba8b9f2649ed768d320e49071de
parenttests: Fix print (diff)
downloadpywal-eb027f6e435d571d99352b6b642475c72690b50c.tar.xz
pywal-eb027f6e435d571d99352b6b642475c72690b50c.zip
travis: Add even older python versions to test.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c9b3d8..2bc2732 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: python
python:
+ - "3.3"
+ - "3.4"
- "3.5"
- "3.6"