rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Fix Travis CI script #3

Closed rlee287 closed 8 years ago

rlee287 commented 8 years ago

Tests currently always pass because of an artifact in the script. This needs to be fixed, perhaps by creating a seperate travis_run.sh script instead of typing it into the script part of the yml file.

rlee287 commented 8 years ago

By adding .travis_scripts/run_travis.sh, this issue has been fixed. For more information, see fb1096889ed117e9cfe19a990a3493fb18941302 and 6669738543bd80ea58c28ad1e81889dca94d9c7a.