Skip to content

Commit

Permalink
seems travis does not have 3.10 and 3.7 has an issue on travis as wel…
Browse files Browse the repository at this point in the history
…l so removing
  • Loading branch information
coleslaw481 committed Jun 28, 2022
1 parent 7c2677c commit 17fcf48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
env:
- NETX=1.11
- NETX=true
jobs:
exclude:
- python: "3.7"
env: NETX=1.11
- python: "3.8"
env: NETX=1.11
- python: "3.9"
env: NETX=1.11
- python: "3.10"
env: NETX=1.11

install:
- if [ $NETX = 1.11 ] ; then echo 'installing networkx 1.11' ; pip install networkx==1.11 ; fi
Expand Down

0 comments on commit 17fcf48

Please sign in to comment.