Skip to content

Commit

Permalink
Remove python 3.4 from build matrix
Browse files Browse the repository at this point in the history
This is a very old version of python that almost nobody uses. There's
little value on maintaining it, and some of our dependencies started
dropping support for it, so let's simply forget about it and remove it
from our build matrix.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jun 2, 2020
1 parent d28528e commit df5eee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ matrix:
- python: "3.7"
- python: "3.6"
- python: "3.5"
- python: "3.4"
- python: "2.7"

# We want to use docker during the tests
Expand Down

0 comments on commit df5eee8

Please sign in to comment.