try to incorporate travisci
This commit is contained in:
parent
60b2e0a69a
commit
3d372ebe30
2 changed files with 14 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nose2
|
||||
9
requirements.txt
Normal file
9
requirements.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
bitarray==0.8.1
|
||||
funcy==1.7.2
|
||||
lenses==0.1.7
|
||||
nose2==0.6.5
|
||||
numpy==1.11.3
|
||||
pandas==0.19.2
|
||||
parsimonious==0.7.0
|
||||
pyeda==0.28.0
|
||||
sympy==1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue