diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-08 17:23:25 +0100 | 
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-08 17:23:25 +0100 | 
| commit | 7569d485c9ada30e0d68753d6bffcc5a5604290d (patch) | |
| tree | e16a1810822deb92750b432246b7b2083c70790e /.travis.yml | |
| parent | 2d2d2925d309e68705c8fdb20c0d068c2ad73a6a (diff) | |
| download | crocoite-7569d485c9ada30e0d68753d6bffcc5a5604290d.tar.gz crocoite-7569d485c9ada30e0d68753d6bffcc5a5604290d.tar.bz2 crocoite-7569d485c9ada30e0d68753d6bffcc5a5604290d.zip  | |
Drop support for Python <3.6
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ea09d94..11950e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@  dist: trusty  language: python  python: -    - "3.4" -    - "3.5"      - "3.6" -    - "pypy3.5" +    - "3.7"  install:      - pip install .  script:  | 
