Update .travis.yml

This commit is contained in:
Aevann1 2022-01-23 11:23:21 -08:00 committed by GitHub
parent 278f130a91
commit 8fb577a7fa
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: python3.7 test.py
script: . env && python3.7 test.py