Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5710a7a commit bbebf3eCopy full SHA for bbebf3e
.travis.yml
@@ -1,8 +1,9 @@
1
-sudo: false
2
language: python
+
3
python:
4
- - "2.7"
5
- - "3.5"
+ - 2.7
6
+sudo: false
7
8
os:
9
- osx
@@ -16,10 +17,10 @@ before_install:
16
17
fi
18
19
install:
- - npm install
20
- - npm run vscode:prepublish
21
- pip install .
22
- pip install -r requirements.txt
+ - npm install
23
+ - npm run vscode:prepublish
24
25
script:
26
- npm test --silent
0 commit comments