We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4b52ef + 1e59772 commit af88ea1Copy full SHA for af88ea1
.travis.yml
@@ -0,0 +1,6 @@
1
+language: python
2
+python:
3
+ - "2.7"
4
+ - "3.4"
5
+install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
6
+script: "nosetests"
README.md
@@ -1,4 +1,5 @@
#Optimizely Python SDK
+[](https://travis-ci.org/optimizely/python-sdk)
[](http://www.apache.org/licenses/LICENSE-2.0)
This repository houses the Python SDK for Optimizely's server-side testing product, which is currently in private beta.
0 commit comments