Skip to content

Commit

Permalink
travis: Test on Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Feb 22, 2020
1 parent d02ecdc commit dc8d2cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,11 @@ os:
- osx
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
install:
- pip install -r dev_requirements.txt
- make build
Expand Down
11 changes: 10 additions & 1 deletion pytest.ini
@@ -1,2 +1,11 @@
[pytest]
addopts = --color=yes --tb=auto --doctest-glob='*.rst' --doctest-modules -vv
addopts =
--color=yes
--tb=auto
--doctest-glob='*.rst'
--doctest-modules -vv
norecursedirs =
dist
build
.tox
.eggs

0 comments on commit dc8d2cc

Please sign in to comment.