Skip to content

Commit 812148c

Browse files
committed
Cleaning back travis.yaml and removing unused import
1 parent dd0e762 commit 812148c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ before_install:
1313
- VERSION="$TRAVIS_BRANCH" make build
1414

1515
script:
16-
- python --version
1716
- VERSION="$TRAVIS_BRANCH" make test
1817

1918
# only push up tags

tests/SmokeTests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import urllib2
33
import time
44
import json
5-
import os
65

76

87
class SmokeTests(unittest.TestCase):

0 commit comments

Comments
 (0)