summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-06-13 01:32:03 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-06-13 01:32:03 +0300
commitbfc9cc9726e0ef4cbeb616e1eef9e91493f9c696 (patch)
tree0a602be81b3da98d19a1a3e257cefeb5ac2f6904
parent596c679937040b4fc2ae2b796ce27dcb9df405ca (diff)
downloadapscheduler-bfc9cc9726e0ef4cbeb616e1eef9e91493f9c696.tar.gz
Re-enabled Python 3.3 testing on Travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c44f3df..67c639f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ services:
python:
- "2.7"
+ - "3.3"
- "3.4"
- "3.5"
- "pypy"