Skip to content

Commit e3590a1

Browse files
mr-cillusional
authored andcommitted
freshen testing setup
1 parent 0971d6a commit e3590a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ matrix:
77
allow_failures:
88
- env: TARGET=pep8
99
- env: TARGET=mypy
10-
sudo: required
1110
services:
1211
- docker
1312
install:

.travis/py3.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
service docker start && cd /code && python3 setup.py test
1+
cd /code && python3 setup.py test

0 commit comments

Comments
 (0)