Skip to content

Commit 2e1f57c

Browse files
authored
Merge pull request faif#265 from gyermolenko/change_project_structure
Change project structure
2 parents 040f0d0 + af12e8f commit 2e1f57c

107 files changed

Lines changed: 46 additions & 34 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@ python:
99
- "3.4"
1010
- "3.5"
1111
- "3.6"
12-
# Disabled for now since cause more pain than gain
13-
# - "pypy"
14-
# - "pypy3"
1512

1613
cache:
1714
- pip
1815

1916
install:
20-
- travis_retry pip install -q codecov
21-
- pip install flake8
2217
- pip install -r requirements-dev.txt
2318

2419
script:
25-
- pytest --doctest-modules behavioral/ creational/ dft/ fundamental/ other/ structural/ # exclude tests/
20+
- pytest --doctest-modules patterns/
2621
- pytest -s -vv --cov=. --log-level=INFO tests/
2722
# Actually run all the scripts, contributing to coverage
2823
- PYTHONPATH=. ./run_all.sh

0 commit comments

Comments
 (0)