Skip to content

Commit 1bebcfa

Browse files
committed
removing testing for 3.5 on travis CI
1 parent da4a464 commit 1bebcfa

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.5"
4+
# - "3.5"
55
- "3.6"
6+
- "3.7"
67
# command to install dependencies
78
install: "pip install -r requirements.txt"
89
# command to run tests

0 commit comments

Comments
 (0)