Skip to content

Commit

Permalink
Build travis on Python 3.7 - master (reimandlab#148)
Browse files Browse the repository at this point in the history
* Build on Python 3.7

* Update to xenial for 3.7 suport

* Attempt to streamline tests

* Another attempt
  • Loading branch information
krassowski authored Sep 4, 2018
1 parent b1fc5be commit 8c44bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial
language: python
cache:
timeout: 1800
Expand All @@ -9,8 +9,7 @@ cache:
- downloads

python:
- 3.4
- 3.5
- 3.7


before_install:
Expand All @@ -33,7 +32,7 @@ install:


script:
- python3 -m pytest -x -n 2 --cov=. -k 'not data_dependent and not celery' -v
- python3 -m pytest -x -n 2 --cov=. -k 'not test_import_results and not test_data and not celery' -v


after_success:
Expand Down
2 changes: 1 addition & 1 deletion website/tests/data_dependent/test_import_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_mappings():
"""This is a simple inclusion test for genome -> proteme mutation mappigns.
"""This is a simple inclusion test for genome -> proteme mutation mappings.
Knowing the data, we demand the items from the right side (of test data)
to be in the results of queries specified on the left side.
Expand Down

0 comments on commit 8c44bb6

Please sign in to comment.