remove Python 3.4 from the Travis CI config as well
This commit is contained in:
parent
7380912232
commit
b252b5cb88
|
@ -11,12 +11,6 @@ matrix:
|
|||
- python: "2.7"
|
||||
env:
|
||||
- TOXENV=py27-with_coverage
|
||||
- python: "3.4"
|
||||
env:
|
||||
- TOXENV=py34-without_coverage
|
||||
- python: "3.4"
|
||||
env:
|
||||
- TOXENV=py34-with_coverage
|
||||
- python: "3.5"
|
||||
env:
|
||||
- TOXENV=py35-without_coverage
|
||||
|
|
Loading…
Reference in New Issue