Skip to content

Commit

Permalink
drop support for py3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Jul 4, 2019
1 parent 9ea67cf commit 19d4ce8
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
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- '3.6'
- '3.5'
- '3.4'

install:
- pip install -r requirements.txt
Expand All @@ -27,4 +26,4 @@ deploy:
secure: QwVcmGEN4dJN1vi7HM0E4ZIgGM/kCKWJ323AoXDUtSwbZIUYX5sZsNoh+buJzfJR94geZqckf9ABSk22cazuXzrDBUeh73sOReILcCciEMxYWkrBDrvtr2rBBq2GOC8B8Xc3BzNcZGG1pVhoNFjr6/Co0rOIn6JmxPRBLjCoyT33bQGHchuXPbozhMNDtG1+p+j5+lrGZetdD6sSl8O3BCOkJtfor50LvgxLoYcqcOd6jj9DgY9r6fo7if43xESj07UfneZ+Eo+xVQ9NRsItD4sc2toC5wPcdggqVQ+cy/mc9A3SAbD/Y36Jz6RX1hM5LrnPEDRi/URlmBriwf59VygwSXaypfaex8aEsx5W7CPuexNbRg/qWojoZASE9GzQcAw6aamWIzJy6EOvKI5NmGzVLDUqU3U5Ow/7vLhb/iQi+09Du+5bPSmR2qZvO+uyIHjW8ZGgZQ7Q4uldokYjwca8jUWvx5HrT0B1gJPjV0PjNFrwVuA40TvodoHQJ+Ief0cE9ALsBH6VLEAduC+lWOV1B/bvEBGUgAgD2l1Gb7QKpq1bl1izoGB6H3V0qqXnHdIstMC+0rYwD19FDXPxThrIpuwtsx2KsgXbeFL/wpcABd40rVgLRt6Ol/dBR60DzAGn+L5fV9ahPZY/UNYZwlblPbDsZDP4kUDXYrhW6T4=
on:
tags: true
condition: $TRAVIS_PYTHON_VERSION = 3.6
condition: $TRAVIS_PYTHON_VERSION = 3.6

0 comments on commit 19d4ce8

Please sign in to comment.