Skip to content

Commit

Permalink
Cleanup travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 12, 2020
1 parent c0a1070 commit 752ebbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ matrix:
- name: "coding-conventions & docs"
python: "3.6"
env: TOXENV=docs,lint
before_install:
after_success:
- python: "2.7"
env: TOXENV=py27,py27-datetime
Expand All @@ -20,12 +19,8 @@ matrix:
- python: "3.9-dev"
env: TOXENV=py39,py39-datetime

before_install:
- travis_retry pip install -U -c constraints.txt coveralls coverage

install:
- travis_retry pip install -U pip setuptools
- travis_retry pip install -U -c constraints.txt tox
- travis_retry pip install -U -c constraints.txt pip setuptools coveralls coverage tox

script:
- travis_retry tox
Expand Down

0 comments on commit 752ebbf

Please sign in to comment.