Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 413d3da

Browse filesBrowse files
authored
Update .travis.yml
* Test with Python 3.7 * Use xenial
1 parent e7fddae commit 413d3da
Copy full SHA for 413d3da

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
sudo: required
2-
dist: trusty
1+
dist: xenial
32
language: python
3+
4+
# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
45
python:
56
- "nightly"
6-
- "pypy-5.3.1"
7-
- "3.6-dev"
7+
- "pypy3.5"
8+
- "pypy2.7-5.10.0"
9+
- "3.7"
810
- "3.6"
911
- "3.5"
1012
- "3.4"
@@ -35,5 +37,4 @@ script:
3537
after_succes:
3638
- codecov
3739

38-
3940
# vim: sw=2 ts=2 sts=2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.