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

Commit 9b24833

Browse files
committed
Switch to ubuntu
1 parent 9396434 commit 9b24833

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ coverage.xml
1111
dist
1212
htmlcov
1313
venv
14+
*.sw[op]

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- pypy
88
- 3.4
99
- 3.5
10-
- 3.6
10+
- 3.6
1111
- pypy3
1212
matrix:
1313
include:

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
image: ubuntu
2+
13
environment:
24
global:
35
APPVEYOR_PYTHON_URL: "https://raw.githubusercontent.com/ogrisel/python-appveyor-demo/master/appveyor/"

0 commit comments

Comments
 (0)