Remove python 3.2 from Travis

Remove special case for Python 2.6 mock test dependency
This commit is contained in:
Ian Cordasco 2016-02-24 16:41:38 -06:00
parent b25ad979a6
commit 62a7cca512
2 changed files with 1 additions and 8 deletions

View file

@ -15,8 +15,6 @@ matrix:
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.2
env: TOXENV=py32
- python: 3.3
env: TOXENV=py33
- python: 3.4