Skip to content

Commit 91b2f34

Browse files
committed
Change project structure
1 parent 040f0d0 commit 91b2f34

File tree

107 files changed

+47
-35
lines changed

Some content is hidden

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

107 files changed

+47
-35
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,18 @@ sudo: false
66

77
python:
88
- "2.7"
9-
- "3.4"
109
- "3.5"
1110
- "3.6"
12-
# Disabled for now since cause more pain than gain
13-
# - "pypy"
14-
# - "pypy3"
11+
- "3.7"
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)