Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Nov 11, 2019
1 parent 922c980 commit 53a24bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: python

jobs:
include:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

dist: xenial

install:
- pip install -r requirements-dev.txt
- pip install .

script:
- flake8 pyss3
- pytest tests
- pytest tests/
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
)
author = 'Sergio Burdisso'

# The short X.Y version.
version = __version__
release = version

Expand Down

0 comments on commit 53a24bc

Please sign in to comment.