Skip to content

Commit b7152fb

Browse files
author
Sergey Vilgelm
committed
remove python 3.4 in travis.yml
1 parent 2045e98 commit b7152fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ script:
1717

1818
jobs:
1919
include:
20-
# Test Stage
20+
# Test Stage
2121
- stage: test
2222
python: 2.7
2323
script: pytest --cov pylintfileheader pylintfileheadertest # Do not lint here
24-
- stage: test
25-
python: 3.4
2624
- stage: test
2725
python: 3.5
2826
- stage: test

0 commit comments

Comments
 (0)