Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Updated Python versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Sep 21, 2019
1 parent 2729f7c commit 58162cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
dist:
xenial

sudo:
false

language:
python

python:
- 3.6
- 3.5
- 2.7
- 3.5
- 3.6
- 3.7

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package=goodtables
skip_missing_interpreters=true
envlist=
py27
py34
py35
py36
py37
lint

[testenv]
Expand Down

0 comments on commit 58162cf

Please sign in to comment.