updated travis target to latest python, ensuring latest mock patches are usable.

before, travis randomly resolved "3.4" into 3.4.2 or 3.4.4.
This commit is contained in:
Alex Seeholzer 2016-11-01 14:58:45 +01:00
parent d54017f69f
commit bc212a3dd1

View File

@ -2,7 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
- 3.4.4
- "3.5"
env: