Skip to content

Commit e3ceab6

Browse files
authored
Also run tests with Python 3.7 and 3.8 (#60)
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent 906e4cb commit e3ceab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- "2.7"
44
- "3.4"
5+
- "3.7"
6+
- "3.8"
57
install:
68
- pip install coverage nose flake8 mock
79
- pip install git+https://github.com/PyCQA/flake8-import-order.git

0 commit comments

Comments
 (0)