We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 613ab9e + f19a2e3 commit 9d36493Copy full SHA for 9d36493
.travis.yml
@@ -0,0 +1,10 @@
1
+language: python
2
+python:
3
+ - 3.5
4
+ - 3.6
5
+cache: pip
6
+install:
7
+ - pip install -r fullcyclepy/requirements.txt
8
+script:
9
+ - export PYTHONPATH=$PYTHONPATH:$(pwd)/fullcyclepy/
10
+ - python fullcyclepy/tests/test_mining.py
0 commit comments