Skip to content

Commit

Permalink
Merge branch 'master' into python3-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyAlien502 committed May 19, 2020
2 parents 8c837a7 + a2999f7 commit dc86481
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
@@ -1,22 +1,17 @@
sudo: required
dist: trusty
dist: bionic
language: python
env:
- CONVERTER=ffmpeg
- CONVERTER="libav-tools libavcodec-extra-54"
before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -y
- sudo apt-get update --fix-missing
install:
- sudo apt-get install -y ${CONVERTER} libopus-dev python-scipy python3-scipy
- sudo apt-get install -y ffmpeg libopus-dev python-scipy python3-scipy
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy2.7-5.8.0"
- "pypy2"
- "pypy3"
script:
- python test/test.py
after_script:
Expand Down

0 comments on commit dc86481

Please sign in to comment.