diff --git a/.travis.yml b/.travis.yml index daa24c8..d573cac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 57d6955..e498ff5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27, py36 +envlist=py36 [testenv] deps= @@ -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/