We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e4e4c commit 2d81302Copy full SHA for 2d81302
.travis.yml
@@ -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