Skip to content

Commit

Permalink
Merge pull request #107 from fact-project/remove_3.5
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
kbruegge authored Mar 12, 2018
2 parents b3b0af1 + c2de62a commit 13c6619
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
before_install:
- export DISPLAY=:99.0
Expand Down Expand Up @@ -30,4 +29,4 @@ deploy:
on:
branch: master
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.5"
condition: $TRAVIS_PYTHON_VERSION = "3.6"

0 comments on commit 13c6619

Please sign in to comment.