Skip to content

Commit

Permalink
Add experimental Python 3.8-dev to test with (#337)
Browse files Browse the repository at this point in the history
* Add experimental Python 3.8-dev to test with

This patch adds the pre-release version of Python 3.8 to the testing.
Although Bandit is unlikely to have compile errors with any future
version, this step allows us to get a head start on any that may
arise.

* Update .travis.yml
  • Loading branch information
ericwb committed Aug 6, 2018
1 parent cad4e12 commit 5ec55d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,10 @@ matrix:
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.8-dev
env: TOXENV=py38
dist: xenial
sudo: true
- python: pypy
env: TOXENV=pypy

Expand Down

0 comments on commit 5ec55d5

Please sign in to comment.