Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris MacLellan committed Jul 9, 2021
1 parent 720cea9 commit 45ee3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- '3.9'
- 'nightly'
- 'pypy3'
install:
- pip install coveralls
- pip install .
script: pytest
after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commands =
coverage report
flake8 concept_formation
deps =
-rtest_requirements.txt
-r test_requirements.txt

[pytest]
doctest_optionflags=ALLOW_UNICODE
Expand Down

0 comments on commit 45ee3dd

Please sign in to comment.