Skip to content

Commit

Permalink
Enable Python 3.7 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 10, 2017
1 parent 886ba64 commit a219d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"
install:
Expand All @@ -14,4 +15,5 @@ script:
- py.test -ra -v tests/
- sphinx-build -vwT -b html docs/ _build/html
after_success:
- ls -la
- coveralls
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit a219d92

Please sign in to comment.