Skip to content

Commit

Permalink
Merge pull request p12tic#104 from p12tic/fix-ci
Browse files Browse the repository at this point in the history
travis: Update python version for tests
  • Loading branch information
p12tic committed Feb 2, 2021
2 parents ff72a71 + 979c03c commit 8f41ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,14 +1,14 @@
# Travis CI configuration file
# http://about.travis-ci.org/docs/
dist: trusty
dist: bionic

language: python

# Available Python versions:
# http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images
python:
- "3.5"
- "3.6"
- "3.7"

# Dependencies installation commands
install:
Expand Down

0 comments on commit 8f41ae3

Please sign in to comment.