diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d921868 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ + language: python + python: + - "3.6" + install: "pip install -r requirements.txt" + script: nose2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7795505 --- /dev/null +++ b/requirements.txt @@ -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