Skip to content

Commit 27dad8a

Browse files
committed
Drop Python 3.4 from the tests
1 parent b0a7835 commit 27dad8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
env:
44
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
55
python:
6-
- "3.4"
76
- "3.5"
87
- "3.6"
98
# command to install dependencies
@@ -27,4 +26,4 @@ notifications:
2726
- https://webhooks.gitter.im/e/2fb1c026e64fdd70d27b
2827
on_success: change
2928
on_failure: always
30-
on_start: never
29+
on_start: never

0 commit comments

Comments
 (0)