fredrikaverpil / pyside2-wheels

Unofficial PySide2 wheel building with Travis CI and AppVeyor
41 stars 6 forks source link

Fix Travis build error messages #9

Closed fredrikaverpil closed 8 years ago

fredrikaverpil commented 8 years ago

Travis error, although everything works and wheels are produced:

Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.
Please override the script: key in your .travis.yml to run tests.

Fix: define install: and script: in .travis.yml.