diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-31 14:37:29 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-31 14:39:14 -0400 |
| commit | 0f97f1cea4dc6f6e35375b40ba58d1bc23d6e6c0 (patch) | |
| tree | 27c93aecb0fa7aaaffd239ec7f1b1ef73ccead95 /.travis.yml | |
| parent | 4f8dae914dd8e05dffaeea35c68694871cd7b8fc (diff) | |
| download | external_python_mako-0f97f1cea4dc6f6e35375b40ba58d1bc23d6e6c0.tar.gz external_python_mako-0f97f1cea4dc6f6e35375b40ba58d1bc23d6e6c0.tar.bz2 external_python_mako-0f97f1cea4dc6f6e35375b40ba58d1bc23d6e6c0.zip | |
- modernize tox, travis versions
- fix MANIFEST to remove old names, add tox.ini
- reformat .gitignore
Change-Id: I450672f92ebfb43a023df502de795f24ad809884
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 3f0c218..83a086e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: python
python:
- - "3.6"
+ - "3.8"
+ - "3.7"
- "3.5"
- - "3.4"
- - "3.3"
- "2.7"
- - "2.6"
install:
- pip install -U tox-travis
script:
|
