We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bebb6e commit 9fbfe61Copy full SHA for 9fbfe61
.travis.yml
@@ -0,0 +1,16 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.2"
6
+ - "3.3"
7
+ - "pypy"
8
+
9
+before_install:
10
+ - git submodule update --init --recursive
11
12
+install:
13
+ - pip install -r requirements.txt -r requirements-test.txt --use-mirrors
14
15
+script:
16
+ - nosetests
requirements-test.txt
@@ -0,0 +1 @@
+nose
requirements.txt
+six
0 commit comments