Skip to content

Commit

Permalink
Update .travis.yml (#90)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update setup.py

* Update setup.py

* Tests pass on 3.8

* Update requirements-dev.txt

Co-Authored-By: Todd Wolfson <todd@twolfson.com>

* Rolled back `flake8` version requirement in `setup.py`

Co-authored-by: Todd Wolfson <todd@twolfson.com>
  • Loading branch information
sobolevn and twolfson committed Mar 25, 2020
1 parent ba7defb commit 63b6bd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
sudo: false
dist: xenial # is required for python3.7+
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install:
# Install our dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flake8<3.4.0,>=3.3.0
flake8<4.0,>=3.5
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def read(*filenames, **kwargs):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
]
Expand Down

0 comments on commit 63b6bd3

Please sign in to comment.