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.
2 parents e5d9717 + 44c5294 commit 32bf37aCopy full SHA for 32bf37a
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: python
3
python: 2.7
4
env:
@@ -16,4 +17,4 @@ install:
16
17
script:
18
- tox -e $TOX_ENV
19
after_success:
- - if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi
20
+ - if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi
0 commit comments