Skip to content

Commit 13c6619

Browse files
authored
Merge pull request #107 from fact-project/remove_3.5
Update .travis.yml
2 parents b3b0af1 + c2de62a commit 13c6619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "3.5"
43
- "3.6"
54
before_install:
65
- export DISPLAY=:99.0
@@ -30,4 +29,4 @@ deploy:
3029
on:
3130
branch: master
3231
tags: true
33-
condition: $TRAVIS_PYTHON_VERSION = "3.5"
32+
condition: $TRAVIS_PYTHON_VERSION = "3.6"

0 commit comments

Comments
 (0)