Drop 3.3 tests from travis

They are causing only problems now that Python3.3 is deprecated. See e.g. https://travis-ci.org/davidhalter/jedi/jobs/381881020.
Also as a solution approach: https://github.com/davidhalter/jedi/pull/1125.
This commit is contained in:
Dave Halter
2018-05-23 11:24:39 +02:00
parent 50812b5836
commit 6ebe3f87a3

View File

@@ -2,7 +2,6 @@ language: python
sudo: true
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6