Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbebf3e

Browse files
committed
updated travis.yml
1 parent 5710a7a commit bbebf3e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
sudo: false
21
language: python
2+
33
python:
4-
- "2.7"
5-
- "3.5"
4+
- 2.7
5+
6+
sudo: false
67

78
os:
89
- osx
@@ -16,10 +17,10 @@ before_install:
1617
fi
1718

1819
install:
19-
- npm install
20-
- npm run vscode:prepublish
2120
- pip install .
2221
- pip install -r requirements.txt
22+
- npm install
23+
- npm run vscode:prepublish
2324

2425
script:
2526
- npm test --silent

0 commit comments

Comments
 (0)