Skip to content

Commit eaf0c4a

Browse files
committed
BeautifulSoup4 not supported on python 2.6 and 3.3.
1 parent 9f829b8 commit eaf0c4a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
language: python
2-
jobs:
3-
include:
4-
- python: 2.6
5-
dist: trusty
6-
- python: 2.7
7-
dist: xenial
8-
- python: 3.3
9-
dist: trusty
10-
- python: 3.4
11-
dist: xenial
12-
- python: 3.5
13-
dist: xenial
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
7+
- "3.7"
148
# command to run tests
159
script: python setup.py test

0 commit comments

Comments
 (0)