Skip to content

Commit 9d36493

Browse files
committedMay 29, 2018
Merge branch 'master' of https://github.com/dfoderick/fullcycle
2 parents 613ab9e + f19a2e3 commit 9d36493

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)