Skip to content

Commit 060127a

Browse files
authored
Update .travis.yml (dbrgn#9)
1 parent 6e28f86 commit 060127a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.3
54
- 3.4
65
- 3.5
6+
- 3.6
7+
- 3.7
8+
- 3.8
9+
- 3.9
710
install:
811
- pip install -r requirements-dev.txt
912
script:

0 commit comments

Comments
 (0)