Skip to content

Commit

Permalink
Run tests only on Python 3.6 again (PyGI only supports main Python ve…
Browse files Browse the repository at this point in the history
…rsion).
  • Loading branch information
jendrikseipp committed Mar 17, 2019
1 parent 8f3daf3 commit 805e6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_install:

script:
- docker exec app apt-get update
- docker exec app apt-get install -qq gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-webkit2-4.0 git python3.6 python3.7 python3-enchant python3-gi python3-pip python3-yaml
- docker exec app apt-get install -qq gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-webkit2-4.0 git python3 python3-enchant python3-gi python3-pip python3-yaml
- docker exec app pip3 install -U pip tox
# see https://github.com/travis-ci/travis-ci/issues/6652
- docker exec app git clone --depth=50 --branch="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" "https://github.com/${TRAVIS_PULL_REQUEST_SLUG:-$TRAVIS_REPO_SLUG}.git" "/home/${TRAVIS_REPO_SLUG}"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37
envlist = py36

[testenv]
deps =
Expand Down

0 comments on commit 805e6c2

Please sign in to comment.