Skip to content

Commit

Permalink
Test against Python 3.7 and 2.7 only. (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin authored Mar 30, 2019
1 parent 56a9038 commit 1510255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
dist: xenial
language: python
sudo: false
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
cache:
directories:
- "$HOME/.cache/pip"
- ".tox"
- '3.7'
cache: pip
install: pip install tox-travis
script: tox --recreate
script: tox
deploy:
provider: pypi
user: peplin
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

[tox]
envlist = py27
py34
py35
py36
py37

[testenv]
sitepackages=False
Expand Down

0 comments on commit 1510255

Please sign in to comment.