Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit f04fc7f

Browse files
authored
Travis CI: Test with released Python 3.8, and 3.9-dev (#145)
1 parent e5ee8a6 commit f04fc7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Run unit tests and build Linux wheels with manylinux.
22
# See: https://github.com/pypa/manylinux
33

4+
os: linux
5+
46
dist: xenial
57

68
language: python
@@ -17,7 +19,8 @@ python:
1719
- 3.5
1820
- 3.6
1921
- 3.7
20-
- 3.8-dev
22+
- 3.8
23+
- 3.9-dev
2124

2225
script:
2326
- pytest
@@ -67,7 +70,6 @@ deploy:
6770
secret_access_key: "$GOOGLE_SECRET_KEY"
6871
bucket: "$GOOGLE_BUCKET_NAME"
6972
local_dir: wheelhouse
70-
skip_cleanup: true
7173
acl: public-read
7274
on:
7375
repo: python/typed_ast

0 commit comments

Comments
 (0)