diff .travis.yml @ 6383:e9760702bf0c

Add live server test to suite. Now the testsuite starts an instance of the roundup tracker. It then uses requests to verify the main page is acessible. At some point this will be extended to use selemium or splinter to drive more extensive end to end testing.
author John Rouillard <rouilj@ieee.org>
date Tue, 20 Apr 2021 14:16:58 -0400
parents e3edb0b44d94
children 335c826cc089
line wrap: on
line diff
--- a/.travis.yml	Sun Apr 18 20:54:48 2021 -0400
+++ b/.travis.yml	Tue Apr 20 14:16:58 2021 -0400
@@ -92,7 +92,7 @@
   - if [[ $TRAVIS_PYTHON_VERSION == "3.4"* ]]; then  pip install mysqlclient==1.3.14; fi
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
   - pip install psycopg2
-  - pip install gpg pytz whoosh pyjwt
+  - pip install gpg pytz whoosh pyjwt requests
   - pip install pytest-cov codecov
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi

Roundup Issue Tracker: http://roundup-tracker.org/