Skip to content

Commit

Permalink
pulled latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Feb 17, 2022
1 parent 6feea7e commit c413be7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fvgp/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Config file for automatic testing at travis-ci.com

language: python
python:
- 3.8
- 3.7
- 3.6
- 3.5

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis

# Command to run tests, e.g. python setup.py test
script: tox


0 comments on commit c413be7

Please sign in to comment.