Skip to content

Commit

Permalink
test script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin committed Oct 20, 2018
1 parent 9438734 commit f7fd1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ before_script:
script:
- make test-offline
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then coverage run -m pytest -k 'not Online' -q --cache-clear tests/; fi
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then sudo apt install python3-venv libdbus-glib-1-dev; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then sudo apt install python3-venv libdbus-glib-1-dev; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then cd /tmp; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pyvenv py3; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then source py3/bin/activate; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pip install -U pip; fi
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pip install secretstorage dbus-python; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pip install secretstorage dbus-python; fi
# - if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pip install keyring pytest; fi
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pytest -q --cache-clear tests/test_37.py; fi
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then pytest -v tests/test_37.py; fi
after_success:
- if [[ "$TRAVIS_PYTHON_VERSION" = 3.7 ]]; then coveralls; fi
notifications:
Expand Down

0 comments on commit f7fd1a3

Please sign in to comment.