Update .travis.yml

This commit is contained in:
Aevann1 2022-01-23 11:27:07 -08:00 committed by GitHub
parent 8fb577a7fa
commit 4cec1d265f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
language: python
python: 3.7
script: . env && python3.7 test.py
script: source env.sh && python3.7 test.py