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"
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue