Skip to content

Commit

Permalink
Update travis. Drop py 2.x testing support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 committed Feb 5, 2020
1 parent c8789dd commit ab6561e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: required
language:
- 2.7
- 3.6
language: python
dist: bionic
sudo: true
cache:
pip: true
install: pip install -r requirements.txt
script: tox
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27, py36
envlist=py36

[testenv]
deps=
Expand All @@ -8,14 +8,11 @@ deps=
lettuce
pyramid
pytest
unittest2
pyopenssl
requests
py27: gae-installer
setenv =
PYTHONPATH={toxinidir}
PYTHONWARNINGS=ignore
commands=
python test_examples/unittest_example/tests.py -vv
py.test -vv test_examples/pytest_example/tests.py
py27: lettuce test_examples/lettuce_example/

0 comments on commit ab6561e

Please sign in to comment.