Skip to content

Commit

Permalink
Remove Travis CI and run pages-layout tests on Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero authored and msheiny committed Jan 17, 2018
1 parent e958e21 commit bd48593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

6 changes: 5 additions & 1 deletion molecule/aws/scripts/app-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ export DISPLAY=:1

cd "$1" || exit 1

pytest --junit-xml=/tmp/apptest.xml --junit-prefix=apptest tests/
# --pages-layout are created for selected languages only because they
# are time consuming.
# * en_US: source strings
# * fr_FR: left-to-right translations
PAGE_LAYOUT_LOCALES='en_US,fr_FR' pytest --pages-layout --junit-xml=/tmp/apptest.xml --junit-prefix=apptest tests/

0 comments on commit bd48593

Please sign in to comment.