no browser

This commit is contained in:
Jay Lee
2020-02-21 16:07:20 -05:00
parent 72b63c4339
commit dfd755c0da

View File

@@ -173,6 +173,7 @@ install:
script:
# Discover and run all Python unit tests. Buffer output so that it's not sent to the build log.
- $python -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer
- touch $gampath/nobrowser.txt
- $gam version extended
- $gam version | grep travis # travis should be part of the path (not /tmp or such)
# determine which Python version GAM is built with and ensure it's at least build version from above.