summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-05-12 11:21:22 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-05-12 11:21:22 +0200
commit7f6c9cfa52a47f4df81e753965bc37ca430e8e21 (patch)
tree591a35c5d8306a80373cb64577e5fad5a61e9bf4
parent06c86564f86cb0d2ad63f1d476af5bfe05a05f92 (diff)
downloadsetuptools-scm-7f6c9cfa52a47f4df81e753965bc37ca430e8e21.tar.gz
travis: compact bdist-egg job specs and add python3.7 and 3.8-dev for egg builds
-rw-r--r--.travis.yml34
1 files changed, 11 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
index 71fc6be..75c3c0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,40 +65,28 @@ jobs:
<<: *pypi
distributions: "sdist bdist_wheel"
- - <<: *deploy
+ - &bdist_egg
+ <<: *deploy
name: "python eggs 2.7"
python: '2.7'
deploy:
<<: *pypi
distributions: "bdist_egg"
- - <<: *deploy
+ - <<: *bdist_egg
name: "python eggs 3.4"
python: '3.4'
- deploy:
- <<: *pypi
- distributions: "bdist_egg"
-
-
- - <<: *deploy
+ - <<: *bdist_egg
name: "python eggs 3.5"
python: '3.5'
- deploy:
- <<: *pypi
- distributions: "bdist_egg"
-
- - <<: *deploy
+ - <<: *bdist_egg
name: "python eggs 3.6"
python: '3.6'
- deploy:
- <<: *pypi
- distributions: "bdist_egg"
-
- # - <<: *eggs
- # name: "python eggs 3.7"
- # python: '3.7'
- # deploy:
- # <<: *pypi
- # distributions: "bdist_egg"
+ - <<: *bdist_egg
+ name: "python eggs 3.7"
+ python: '3.7'
+ - <<: *bdist_egg
+ name: "python eggs 3.8"
+ python: '3.8-dev'
cache:
directories: