Skip to content

Commit 1f14581

Browse files
author
Sergey Vilgelm
committed
revert .travis.yml
1 parent 9c40913 commit 1f14581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ 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
2426
- stage: test
2527
python: 3.5
2628
- stage: test

0 commit comments

Comments
 (0)