diff --git a/.travis.yml b/.travis.yml index ef42b5a6dd..3e1594277a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python python: 3.7 -script: source setup +script: source env.sh && python3.7 test.py