Skip to content

Commit

Permalink
Merge 65e90ad into 070b450
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Mar 25, 2020
2 parents 070b450 + 65e90ad commit 44d90ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.7"
- "3.5"
Expand All @@ -9,8 +10,8 @@ install:
- pip install python-coveralls 'coverage<5'
- pip install -r requirements.txt
- pip install -r requirements_diagrams.txt
- pip install -r requirements_test.txt
script: pytest --doctest-modules --cov transitions/
- pip install -U -r requirements_test.txt
script: pytest -nauto --doctest-modules --cov transitions/
after_success:
- coveralls --ignore-errors --config_file .coveragerc
addons:
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest
pytest-cov
pytest-xdist
mock
dill
graphviz
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_missing_interpreters = True
deps = -rrequirements.txt
-rrequirements_diagrams.txt
-rrequirements_test.txt
commands = pytest --doctest-modules
commands = pytest -nauto --doctest-modules

[testenv:check-manifest]
deps = check-manifest
Expand Down

0 comments on commit 44d90ba

Please sign in to comment.