Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Sep 20, 2017
2 parents 1a13de6 + b1601bc commit 2a690a3
Show file tree
Hide file tree
Showing 101 changed files with 3,329 additions and 6,032 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ omit =
*/python?.?/*
*/test_?.py
*/tests/*
*/quantdsl/lib/*
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

before_install:
- travis_retry wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -24,7 +25,7 @@ install:
- pip install python-coveralls

script:
- coverage run -m unittest discover quantdsl -v
- coverage run -m unittest discover quantdsl.tests -v

after_success:
- coveralls
Loading

0 comments on commit 2a690a3

Please sign in to comment.