Skip to content

Commit 0d0755a

Browse files
committed
Revert inclusion of OSX and Windows in TravisCI due to Travis/Python incompatibility issues.
1 parent 99121c7 commit 0d0755a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
- "3.6"
88
os:
99
- linux
10-
- osx
11-
- windows
10+
# - osx
11+
# - windows
1212
install:
1313
- pip install python-coveralls coverage
1414
- python setup.py install

0 commit comments

Comments
 (0)