Skip to content

Commit

Permalink
ci(python): drop python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jul 15, 2019
1 parent c685143 commit 347f566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ os:
- linux
sudo: false
python:
- "2.7"
- "3.6"
script:
- python setup.py test
Expand All @@ -23,6 +22,8 @@ jobs:
include:
- stage: deploy docs
language: python
python:
- "3.6"
install:
- pip install mkdocs==1
- pip install mkdocs-material==3.0.3
Expand Down

0 comments on commit 347f566

Please sign in to comment.