We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571a2f2 commit 53341f0Copy full SHA for 53341f0
.travis.yml
@@ -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
@@ -0,0 +1,6 @@
+https://github.com/ethereum/serpent/tarball/develop
+https://github.com/ethereum/pyethereum/tarball/develop
+pyepm
+flake8
+pytest
+pytest-xdist
0 commit comments