Skip to content

Commit

Permalink
BeautifulSoup4 not supported on python 2.6 and 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashKarnatak committed Sep 13, 2020
1 parent 9f829b8 commit eaf0c4a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
language: python
jobs:
include:
- python: 2.6
dist: trusty
- python: 2.7
dist: xenial
- python: 3.3
dist: trusty
- python: 3.4
dist: xenial
- python: 3.5
dist: xenial
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.7"
# command to run tests
script: python setup.py test

0 comments on commit eaf0c4a

Please sign in to comment.