Skip to content

Commit

Permalink
CI issue again
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Feb 23, 2020
1 parent 45812bd commit cc6fda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ install:
- pip install pint cvxopt ad
- pip install gpkit
- python setup.py install
# command to run tests
# command to run tests (import gpkit, since it builds on first import).
script:
- python -c "import gpkit"
- nose2 --with-coverage --coverage-config=.coveralls_publish_config
- coveralls --rcfile=.coveralls_publish_config

0 comments on commit cc6fda4

Please sign in to comment.