Skip to content

Commit 8b91b6a

Browse files
committed
Add .travis.yml
1 parent c076c85 commit 8b91b6a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.travis.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
sudo: false
2+
3+
dist: xenial
4+
5+
language: python
6+
7+
matrix:
8+
include:
9+
- python: "3.5"
10+
- python: "3.6"
11+
- python: "3.7"
12+
- python: "3.8"
13+
- python: "3.9"
14+
- python: "3.10-dev"
15+
allow_failures:
16+
- python: "3.10-dev"
17+
18+
cache:
19+
pip: true
20+
21+
#env:
22+
# global:
23+
24+
#before_install:
25+
# -
26+
27+
install:
28+
- make test
29+
30+
#script:
31+
# - make test-travis
32+
33+
#after_success: make coveralls

0 commit comments

Comments
 (0)