Skip to content
This repository was archived by the owner on May 21, 2025. 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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)