Skip to content
Snippets Groups Projects
Commit 415bf4b8 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: upgrade to bionic.

parent 43c1f3a9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Read more under http://docs.travis-ci.com/user/build-configuration/ # Read more under http://docs.travis-ci.com/user/build-configuration/
# THIS SCRIPT IS SUPPOSED TO BE AN EXAMPLE. MODIFY IT ACCORDING TO YOUR NEEDS! # THIS SCRIPT IS SUPPOSED TO BE AN EXAMPLE. MODIFY IT ACCORDING TO YOUR NEEDS!
dist: xenial dist: bionic
sudo: false sudo: false
language: python language: python
virtualenv: virtualenv:
...@@ -52,8 +52,8 @@ install: ...@@ -52,8 +52,8 @@ install:
- pip3 install -e . - pip3 install -e .
- pip3 install tensorflow torch || echo "failed to install machine learning stuff" - pip3 install tensorflow torch || echo "failed to install machine learning stuff"
before_script: before_script:
- git config --global user.email "you@example.com" - git config --global user.email "stephan.seitz@fau.de"
- git config --global user.name "Your Name" - git config --global user.name "Stephan Seitz"
script: script:
- export NO_GPU_EXECUTION=1 - export NO_GPU_EXECUTION=1
- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; exit 0; fi - if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; exit 0; fi
......
...@@ -42,7 +42,6 @@ test_requires = ...@@ -42,7 +42,6 @@ test_requires =
ansi2html ansi2html
pytest-cov pytest-cov
tensorflow tensorflow
torch
# Require a specific Python version, e.g. Python 2.7 or >= 3.4 # Require a specific Python version, e.g. Python 2.7 or >= 3.4
# python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* # python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
...@@ -63,7 +62,6 @@ testing = ...@@ -63,7 +62,6 @@ testing =
ansi2html ansi2html
pytest-cov pytest-cov
tensorflow tensorflow
torch
[options.entry_points] [options.entry_points]
# Add here console scripts like: # Add here console scripts like:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment