Skip to content

Commit bfb79e6

Browse files
committed
enable python 3 tests
1 parent 66eeb63 commit bfb79e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: python
22
python:
33
- '2.7'
4+
- '3.5'
5+
- '3.6'
6+
- '3.7'
47
before_install:
58
- sudo apt-get update -qq
69
- pip install toil[all]==3.17.0

0 commit comments

Comments
 (0)