Skip to content

Commit

Permalink
chore: Trying to run tests on more OS
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Nov 15, 2019
1 parent d3ffe33 commit 0e8b3eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ python:
- "pypy"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
os:
- linux
- osx
- windows
addons:
srcclr: true
script: "nosetests --with-coverage --cover-package=optimizely"
Expand Down

0 comments on commit 0e8b3eb

Please sign in to comment.