summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-05-06 10:36:54 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-05-06 10:36:54 +0300
commit596c679937040b4fc2ae2b796ce27dcb9df405ca (patch)
tree90476270178455495b55da3a910817960a797b88
parent3e44dcb17f4d2b4911c93ea2e890b9bfb9e5c7f4 (diff)
downloadapscheduler-596c679937040b4fc2ae2b796ce27dcb9df405ca.tar.gz
Disabled Travis testing on Python 3.3 due to strange RethinkDB test failures
The failures cannot be reproduced locally, even with the same Python version, RethinkDB driver and RethinkDB Docker image.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 67c639f..c44f3df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,6 @@ services:
python:
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "pypy"