We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232cf20 commit 6f71b8aCopy full SHA for 6f71b8a
1 file changed
.travis.yml
@@ -6,4 +6,11 @@ python:
6
- "3.4"
7
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
8
9
-script: nosetests
+install:
10
+ - git submodule update --init --recursive
11
+ - pip install coveralls
12
+script:
13
+ - nosetests
14
+after_success:
15
+ - coveralls
16
+
0 commit comments