Skip to content

Commit

Permalink
Update Windows and FreeBSD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpalmer committed Jan 11, 2024
1 parent 756058c commit 44595da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ jobs:
- pip install tox-travis

# FreeBSD build
- name: osx / Python 2.7 and 3.7
- name: FreeBSD
os: freebsd
language: python
install: pip install tox
script: tox --skip-missing-interpreters

# Mac build
- name: osx / Python 2.7 and 3.7
Expand All @@ -139,3 +141,5 @@ jobs:
- choco install python --version 3.8.0
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
install: pip install tox
script: tox --skip-missing-interpreters

0 comments on commit 44595da

Please sign in to comment.