Skip to content

Commit

Permalink
removed travis run on 2.7. pinned jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Feb 28, 2020
1 parent 15a9c13 commit 4b975a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '2.7'
- '3.5'
- '3.6'
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
click
apscheduler
flask>=0.9 # for monitoring the web-service
jinja==2.11.1 # pinning this to avoid flask pulling in a later one which breaks python3.6
sqlalchemy>=1.1.9 # for database support
configparser # for parsing the config-file
psutil # for logging extra CPU-info
Expand Down

0 comments on commit 4b975a2

Please sign in to comment.