Skip to content

Commit

Permalink
run tests on py37 instead py35
Browse files Browse the repository at this point in the history
  • Loading branch information
fblackburn1 committed Oct 9, 2019
1 parent 1f828b3 commit 84b0525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ further details on installing one.

```
pip install tox
tox --recreate -e py35
tox --recreate -e py37
```

## Running integration tests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py35, pycodestyle, pylint
envlist = py37, pycodestyle, pylint
skipsdist = true

[testenv]
Expand Down

0 comments on commit 84b0525

Please sign in to comment.