mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 19:23:07 +02:00
travis: Soft drop Python 2 support
This commit is contained in:
parent
0da2ac6fe7
commit
6f025c8254
1 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@ env:
|
|||
- TASK_VERSION=v2.5.1
|
||||
- TASK_VERSION=2.6.0
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
before_install:
|
||||
|
@ -26,8 +25,6 @@ install:
|
|||
- pip install pytest pytest-cov coveralls vimrunner
|
||||
- pip install git+git://github.com/robgolding63/tasklib@develop
|
||||
# Install to both virtualenv and outside it, vim needs it too
|
||||
- sudo pip install git+git://github.com/robgolding63/tasklib@develop
|
||||
- sudo pip install pytest pytest-cov coveralls vimrunner
|
||||
- sudo pip3 install git+git://github.com/robgolding63/tasklib@develop
|
||||
- sudo pip3 install pytest pytest-cov coveralls vimrunner
|
||||
# Setup TaskWarrior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue