Skip to content

Commit

Permalink
Merge 3e5d3ea into e69cf66
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jul 15, 2021
2 parents e69cf66 + 3e5d3ea commit 9a6fc29
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.7"
- "3.8"
- "3.9"
install:
- "pip install coveralls"
- "pip install -e .[test]"
Expand All @@ -11,3 +12,11 @@ script:
after_success:
- coveralls
sudo: false
deploy:
on:
repo: mapbox/xt
python: 3.8
tags: true
provider: pypi
distributions: "sdist bdist_wheel"
user: __token__

0 comments on commit 9a6fc29

Please sign in to comment.