1
0
mirror of https://github.com/kkroening/ffmpeg-python.git synced 2025-04-06 04:15:44 +08:00

: update travis config

This commit is contained in:
Karl Kroening 2017-05-25 15:04:08 -10:00
parent e332857ab2
commit 2e81b518a9

@ -1,3 +1,3 @@
language: python language: python
install: pip install pytest install: pip install pytest && ~/virtualenv/python2.7/bin
script: pytest script: pytest