Skip to content

Commit

Permalink
Add new python versions to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stepner committed May 10, 2019
1 parent c2677d4 commit 9a96a8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,14 +1,16 @@
# os: linux and sudo: false is assumed, which means it is using container-based Ubuntu
language: python
cache: pip
dist: xenial # required for Python >= 3.7
# build matrix: different python and pandoc versions
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # Travis CI supports a special version name nightly, which points to a recent development version of CPython build
# pypy (version info from [Changelogs — PyPy documentation](http://doc.pypy.org/en/latest/index-of-whatsnew.html))
- "pypy"
Expand Down

0 comments on commit 9a96a8e

Please sign in to comment.