Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Oct 9, 2020
1 parent ff305af commit f09ff3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "3.6"
# command to install dependencies
before_install:
- pip install --upgrade pip
- pip install --upgrade pytest pytest-cov coveralls
install:
- pip install -e .
# command to run tests
script:
- python -m pytest -v --cov polymera --cov-report term-missing

after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Work in progress!**

Polymera is a Python package for representing *ambiguous sequences.* An ambiguous sequence has a number of multiple possible letters (symbols, elements) at each position. Additionally, Polymera can model sequences written with *complement alphabets.* Each letter of a complement alphabet can form a pair with specific letters, their *complements.*
Polymera is a Python package for representing *ambiguous sequences.* An ambiguous sequence has a number of possible letters (symbols, elements) at each position. Additionally, Polymera can model sequences written with *complement alphabets.* Each letter of a complement alphabet can form a pair with specific letters, their *complements.*

These sequences can describe linear polymers, for example DNA, that can pair with a complement polymer.

Expand Down

0 comments on commit f09ff3e

Please sign in to comment.