This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
flask-env
mirror of
https://github.com/brettlangdon/flask-env.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix travis script
dev/env.load.all
Brett Langdon
9 years ago
parent
4585b21504
commit
7289fbe7b7
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.travis.yml
+ 1
- 3
.travis.yml
View File
@ -14,6 +14,4 @@ install:
-
pip install flake8
script:
-
|
flake8 flask_env.py
python test_flask_env.py
-
flake8 --max-line-length=120 flask_env.py && python test_flask_env.py
Write
Preview
Loading…
Cancel
Save