Skip to content

Commit 2d81302

Browse files
committed
Add Travis CI configuration
1 parent 53e4e4c commit 2d81302

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- pip install pipenv
6+
- pipenv install
7+
script:
8+
- pipenv run python hpcframework_unittest.py
9+
- pipenv run python hpc_cluster_manger_unittest.py

0 commit comments

Comments
 (0)