Skip to content

Commit 7f6c9cf

Browse files
travis: compact bdist-egg job specs and add python3.7 and 3.8-dev for egg builds
1 parent 06c8656 commit 7f6c9cf

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

.travis.yml

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -65,40 +65,28 @@ jobs:
6565
<<: *pypi
6666
distributions: "sdist bdist_wheel"
6767

68-
- <<: *deploy
68+
- &bdist_egg
69+
<<: *deploy
6970
name: "python eggs 2.7"
7071
python: '2.7'
7172
deploy:
7273
<<: *pypi
7374
distributions: "bdist_egg"
74-
- <<: *deploy
75+
- <<: *bdist_egg
7576
name: "python eggs 3.4"
7677
python: '3.4'
77-
deploy:
78-
<<: *pypi
79-
distributions: "bdist_egg"
80-
81-
82-
- <<: *deploy
78+
- <<: *bdist_egg
8379
name: "python eggs 3.5"
8480
python: '3.5'
85-
deploy:
86-
<<: *pypi
87-
distributions: "bdist_egg"
88-
89-
- <<: *deploy
81+
- <<: *bdist_egg
9082
name: "python eggs 3.6"
9183
python: '3.6'
92-
deploy:
93-
<<: *pypi
94-
distributions: "bdist_egg"
95-
96-
# - <<: *eggs
97-
# name: "python eggs 3.7"
98-
# python: '3.7'
99-
# deploy:
100-
# <<: *pypi
101-
# distributions: "bdist_egg"
84+
- <<: *bdist_egg
85+
name: "python eggs 3.7"
86+
python: '3.7'
87+
- <<: *bdist_egg
88+
name: "python eggs 3.8"
89+
python: '3.8-dev'
10290

10391
cache:
10492
directories:

0 commit comments

Comments
 (0)