Fix .travis.yml settings

This commit is contained in:
Nick Timkovich 2016-06-01 21:39:54 -05:00
parent 542dade8fa
commit 743f9e4221

View file

@ -9,8 +9,7 @@ python:
- "3.5"
before_install:
python setup.py bdist_wheel --include-test-subpackage
pip install dist/feedgen*
- python setup.py bdist_wheel --include-test-subpackage
- pip install dist/feedgen*
script:
make test
script: make test