Fix .travis.yml settings
This commit is contained in:
parent
542dade8fa
commit
743f9e4221
1 changed files with 3 additions and 4 deletions
|
@ -9,8 +9,7 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
python setup.py bdist_wheel --include-test-subpackage
|
- python setup.py bdist_wheel --include-test-subpackage
|
||||||
pip install dist/feedgen*
|
- pip install dist/feedgen*
|
||||||
|
|
||||||
script:
|
script: make test
|
||||||
make test
|
|
||||||
|
|
Loading…
Reference in a new issue