Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSleep committed Jun 24, 2020
1 parent bfd13eb commit eacfe95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.8"
# command to install dependencies
install:
- pip install -r requirements3.txt
# command to run tests
script:
- PYTHONPATH=PYTHOPATH:$(pwd)/src_v2 python -m pytest
- CUDA_VISIBLE_DEVICES='' PYTHONPATH=PYTHOPATH:$(pwd)/src_v2 python -m pytest

0 comments on commit eacfe95

Please sign in to comment.