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 94a7c03 commit d9c401eCopy full SHA for d9c401e
.travis.yml
@@ -0,0 +1,15 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.2"
6
+ - "3.3"
7
+ - "3.4"
8
+ # does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
9
+ # maintainers to fix their pypy-dev package.
10
+ - "pypy"
11
+# command to install dependencies
12
+install:
13
+ - pip install mock
14
+# command to run tests
15
+script: python setup.py test
0 commit comments