Skip to content

Commit 95e6348

Browse files
fix: Correct travis configuration
1 parent 0f35e67 commit 95e6348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ language: python
44
python:
55
- "3.6"
66
env:
7-
- CI_TEST=true
8-
- FLASK_APP=wsgi:app
7+
- CI_TEST=true, FLASK_APP=wsgi:app
98
before_install:
109
- curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
1110
- sudo apt-get install nodejs

0 commit comments

Comments
 (0)