We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023ff6f commit eb0c01eCopy full SHA for eb0c01e
.travis.yml
@@ -1,8 +1,8 @@
1
-language: python
2
-python: 3.6
3
-
4
-install:
5
- - pip install -r requirements.txt
6
7
-# command to run tests
+language: python
+python: 3.6
+
+install:
+ - pip install -r requirements.txt
+# command to run tests
8
script: nosetests
RansomwareOverview.xlsx
0 Bytes
requirements.txt
@@ -1,4 +1,4 @@
-Office365-REST-Python-Client==1.1.0
-requests==2.13.0
-simplejson==3.10.0
-xlrd==1.0.0
+Office365-REST-Python-Client==1.1.0
+requests==2.13.0
+simplejson==3.10.0
+xlrd==1.0.0
0 commit comments