Skip to content

Commit

Permalink
Do not test on Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbit committed May 4, 2020
1 parent 8f00abc commit b083372
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The code provides a framework to implement simulations of particle motion on net

Some examples of network structures are provided in graphml format in `resources/graphs`.

The code has been tested on Python 3.5, 3.6, 3.7.
The code has been tested on Python 3.6, 3.7.

#### Active-flow network generates molecular transport by packets

Expand Down

0 comments on commit b083372

Please sign in to comment.