Skip to content

Commit 8f81dc7

Browse files
authored
Add tests for new Python versions (#10)
* Add tests for new Python versions
1 parent 0c1fad1 commit 8f81dc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ python:
77
- "3.3"
88
- "3.4"
99
- "3.5"
10+
- "3.6"
11+
- "3.7"
12+
- "3.8"
13+
- "3.9"
1014

1115
# command to install dependencies
1216
before_script:
@@ -25,4 +29,5 @@ after_success: coveralls
2529

2630
branches:
2731
only:
28-
- master
32+
- master
33+
- /.*/

0 commit comments

Comments
 (0)