Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit bbf45eb

Browse files
committed
Merge branch 'master' of https://github.com/tilde-lab/tilde
2 parents 93d5d2a + f14b50b commit bbf45eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
54
- "3.5"
65
- "3.6"
6+
- "3.7"
7+
- "3.8"
78
install: "pip install -r requirements.txt"
89
script: ./tests/run_tests.sh

0 commit comments

Comments
 (0)