Trying to get travis build to work

This commit is contained in:
Jamie Hardt
2019-01-01 12:22:23 -08:00
parent 830c702376
commit 32454039bf
2 changed files with 2 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ python:
script:
- "python3 setup.py test"
before_install:
- sudo apt-get install -y ffprobe
- sudo apt-get install -y ffmpeg
install:
- "pip3 install setuptools"

View File

@@ -17,6 +17,5 @@ setup(name='wavinfo',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"],
"Programming Language :: Python :: 3.6"],
packages=['wavinfo'])