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 cb91fb3 + 02a1669 commit 7161d40Copy full SHA for 7161d40
.travis.yml
@@ -0,0 +1,7 @@
1
+sudo: false
2
+language: python
3
+python:
4
+ - "2.7"
5
+ - "3.6"
6
+install: pip install tox-travis
7
+script: tox
README.md
@@ -1,4 +1,7 @@
# py-etherscan-api module
+
+[](http://travis-ci.org/corpetty/py-etherscan-api)
EtherScan.io API python bindings
## Description
tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist = py27,py3
+[testenv]
+deps =
+ pytest
+ -r{toxinidir}/pip-requirements.txt
8
+commands =
9
+ python -m unittest discover --start-directory=tests/
0 commit comments