We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10997e9 commit d8195a6Copy full SHA for d8195a6
.python-version
@@ -1 +1 @@
1
-3.6.5
+3.7.1
.travis.yml
@@ -1,6 +1,10 @@
language: python
2
+dist: xenial
3
+sudo: required
4
python:
- - "3.6.5"
5
+ - "3.6"
6
+ - "3.7"
7
+ - "3.7-dev"
8
# command to install dependencies
9
install: "pip install -r requirements-dev.txt"
10
# command to run tests
requirements.txt
@@ -2,6 +2,6 @@ Markdown==2.6.11
beautifulsoup4==4.4.1
cssutils==1.0.1
inlinestyler==0.2.1
-lxml==3.5
+lxml>=3.5,<=4.2.5
pystache==0.5.4
parse==1.8.2
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
-version = '0.3.1'
+version = '0.3.2'
def read(f):
0 commit comments