Skip to content

Commit d74b544

Browse files
committed
Performance Cluster Management
👷 Adding Windows as OS to test against. Wanting to make sure code also works with Windows and not just Linux, especially considering the file path issue from previous commit.
1 parent c1fec05 commit d74b544

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
@@ -4,6 +4,9 @@ python:
44
- '3.7'
55
install:
66
- make
7+
os:
8+
- linux
9+
- windows
710
services:
811
- postgresql
912
- mysql

0 commit comments

Comments
 (0)