.travis.yml 210 B

123456789101112
  1. language: python
  2. python:
  3. - "3.9"
  4. # command to install dependencies
  5. install:
  6. - pip3 install -e .
  7. - pip3 install git+https://github.com/openai/gym.git@0.25.0
  8. # command to run tests
  9. script: ./run_tests.py