We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf79b commit 3af8d3fCopy full SHA for 3af8d3f
.travis.yml
@@ -8,6 +8,8 @@ python:
8
- "pypy3"
9
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
10
before_script: "pep8"
11
+addons:
12
+ srcclr: true
13
script: "nosetests --with-coverage --cover-package=optimizely"
14
after_success:
15
- coveralls
0 commit comments