Skip to content

Commit

Permalink
Remove 2.7 and 3.4 from CI and add 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKueltz committed Dec 26, 2019
1 parent 4913b29 commit f9baf6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7-dev
- 3.8-dev
before_install:
- sudo apt-get install python-dev
install:
- pip install pycodestyle
before_script:
- pycodestyle --max-line-length=200 --ignore=E402 */*.py
- pip install -e .
script:
- python -m rfc7539.test
- python setup.py test

0 comments on commit f9baf6a

Please sign in to comment.