Skip to content

Commit 53341f0

Browse files
committed
add travis config and dev_requirements
1 parent 571a2f2 commit 53341f0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: python
2+
python:
3+
- 2.7
4+
before_install:
5+
- pip install -r dev_requirements.txt
6+
install:
7+
- npm install -g grunt-cli
8+
- npm install
9+
script:
10+
- grunt build
11+
after_script:
12+
- cd contracts && py.test -vvrs
13+
- flake8 tests
14+
notifications:
15+
irc:
16+
channels:
17+
- "chat.freenode.net#etherex-dev"
18+
use_notice: true
19+
skip_join: true

dev_requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
https://github.com/ethereum/serpent/tarball/develop
2+
https://github.com/ethereum/pyethereum/tarball/develop
3+
pyepm
4+
flake8
5+
pytest
6+
pytest-xdist

0 commit comments

Comments
 (0)