Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
Fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Mar 7, 2020
1 parent 1ba4477 commit d00d2e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
dist: xenial # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
install:
- travis_retry pip install -r test/requirements.txt
- travis_retry pip install git+https://github.com/slimta/python-slimta.git
Expand Down

0 comments on commit d00d2e9

Please sign in to comment.