Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 134e4b2

Browse files
committed
travis: remove 3.4 support, use dmenv 0.14
1 parent ba54050 commit 134e4b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ sudo: false
33

44
matrix:
55
include:
6-
- python: "3.4"
76
- python: "3.5"
87
- python: "3.6"
98
- python: "3.7"
109
dist: xenial
1110
sudo: true
1211

1312
install:
14-
- curl -L https://github.com/TankerHQ/dmenv/releases/download/v0.5.0/dmenv-linux -o dmenv
13+
- curl -L https://github.com/TankerHQ/dmenv/releases/download/v0.14.0/dmenv-linux -o dmenv
1514
- chmod u+x dmenv
1615
- ./dmenv install
1716

0 commit comments

Comments
 (0)