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 dd0e762 commit 812148cCopy full SHA for 812148c
.travis.yml
@@ -13,7 +13,6 @@ before_install:
13
- VERSION="$TRAVIS_BRANCH" make build
14
15
script:
16
- - python --version
17
- VERSION="$TRAVIS_BRANCH" make test
18
19
# only push up tags
tests/SmokeTests/__init__.py
@@ -2,7 +2,6 @@
2
import urllib2
3
import time
4
import json
5
-import os
6
7
8
class SmokeTests(unittest.TestCase):
0 commit comments