Browse Source

Try Python 3.6 in Travis (#173)

tags/v0.4.4
Ben Kurtovic 7 years ago
parent
commit
c3ec81adc3
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      .travis.yml
  2. +1
    -0
      setup.py

+ 2
- 0
.travis.yml View File

@@ -6,6 +6,8 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- nightly
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1; fi


+ 1
- 0
setup.py View File

@@ -106,6 +106,7 @@ setup(
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Text Processing :: Markup"
],
)

Loading…
Cancel
Save