Skip to content

Commit 155698a

Browse files
committed
update travis and add requirements.txt file
1 parent d101ad0 commit 155698a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
script:
1717
- tox
1818
- sed -i 's/filename="/filename=".\//g' coverage.xml
19-
- sonar-scanner
19+
- ( which sonar-scanner && sonar-scanner || true )
2020
after_success:
2121
- codecov
2222

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
graphenelib<=0.6.6
2+
websockets
3+
appdirs
4+
Events
5+
scrypt
6+
pycryptodome

0 commit comments

Comments
 (0)