Skip to content

Commit

Permalink
Merge pull request #106 from aspiers/fix-travis
Browse files Browse the repository at this point in the history
Fix Travis builds (#73)
  • Loading branch information
aspiers authored Apr 3, 2021
2 parents 95d1f10 + 40f10c8 commit 35adb7b
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
sudo: false
dist: focal
virt: lxd
language: python
matrix:
include:
- python: 2.7
env: TOX_ENV=flake8
- python: 2.7
env: TOX_ENV=py27
- python: 3.4
env: TOX_ENV=py34
- python: 3.6
env: TOX_ENV=py36
addons:
apt:
sources:
debian-sid
update: true
packages:
libgit2-24
libgit2-dev
- python: 3.7
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
install:
- pip install tox
script:
Expand Down

0 comments on commit 35adb7b

Please sign in to comment.